export declare function createSecret(len?: number): string;
export declare function convertSecretToBase64(secret: string): string;
export declare function createBase64Secret(len?: number, reproducible?: boolean): any;
export declare function createBase64Secret(reproducible?: boolean): any;
