export declare const Deprecated_generateKey: () => Promise<string>;
export declare const generateURL: (name: string, account: string, key: string) => string;
