type envT = {
    [key: string]: string;
};
export declare const generateEnvTypes: (pathArg?: string) => envT;
export {};
