export declare function random(): string;
declare const RANDON_STRING: string;
export { RANDON_STRING };
