export declare function getClangEnvironmentVars(electronVersion: string, targetArch: string): Promise<{ env: Record; args: string[]; }>;