export declare const defaultPrefix = "id";
export declare function generateRandomString(prefix?: string): string;
