/**
 * Check if a url uses an allowed protocol
 */
export default function throwIfNonAllowedProtocol(url: string): void;
//# sourceMappingURL=throwIfNonAllowedProtocol.d.ts.map