export declare const sanitizeEnvVars: (obj: Record<string, string | undefined>) => {
    [k: string]: string | undefined;
};
