export declare const randomString: (size?: number) => string; export declare const randomNanoid: (size?: number) => string;