/** * Get `sha1`-hash (in `base64url`) of text with specified length. */ export declare const getHash: (data: Uint8Array | string, length?: number) => string;