export declare const generateRandom: (size: number) => string; export declare function textEncodeLite(str: string): Uint8Array; export declare function base64urlOfHashOfASCIIEncodingAsync(code: string): Promise; export declare const deriveChallengeAsync: (code: string) => Promise; //# sourceMappingURL=crypto.d.ts.map