/**
 * Check if a string is an http/https url
 */
export default function throwIfNonHttpProtocol(url: string): void;
//# sourceMappingURL=throwIfNonHttpProtocol.d.ts.map