export declare const PROJECT_NAME_PATTERN: RegExp; export declare function isValidProjectName(name: string): boolean; export declare function generateToken(bytes?: number): string; export declare function getDatabaseDisplayName(dialect: string): string; //# sourceMappingURL=utils.d.ts.map