export declare const randomString: (length: number, chars: string) => string; export declare const getRandomCKId: () => string;