export declare function getNonce(length: number): string; export declare function Sha256(input: string): string;