export declare const resolveEnv: ({ envFilePath, envExampleFilePath, }: {
    envFilePath: undefined | string;
    envExampleFilePath: string;
}) => Record<string, string>;
