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