/** * Generates random string. * @param prefix Prefix. * @returns String. */ export declare function generateId(prefix?: string): string;