/**
 * Known properties. Additional properties may be added upon request.
 */
export declare class MSBuildProjectProperties {
    [Property: string]: string;
    FullPath: string;
    TargetFramework: string;
    TargetFrameworks: string;
    RuntimeIdentifier: string;
    RuntimeIdentifiers: string;
    constructor(fullPath: string, exists?: boolean);
}
//# sourceMappingURL=MSBuildProjectProperties.d.ts.map