export interface CSharpDefineProfile { symbols: Set; sourcePath: string; rawDefineConstants: string[]; } export declare function loadCSharpDefineProfileFromCsproj(csprojPath: string): Promise;