/**
 * Read .env file only if next to schema.prisma
 * .env found: print to console it's relative path
 */
export declare function loadEnvFile(schemaPath?: string, print?: boolean): void;
