export declare const resolveEnvExampleKeys: ({ envExampleFilePath, }: {
    envExampleFilePath: string;
}) => readonly string[];
