declare function getRandomString(length: number, format: string): string; export { getRandomString };