export declare function randomString(length: number, config?: { includeSpecialCase: boolean; }): string;