export declare function generateUrlSignature(url: string, secret: string): string; export declare function prepareUrlForSigning(url: URL): string;