/**
 * Returns true if load was successful
 */
export declare function loadEnvFileIfExists(path?: string): boolean;
