export declare function cleanEnvArgs(args: Record<string, string | undefined>): Record<string, string>;
