/**
 * Internal: Used by package_version.ts
 */
export declare function getPackageVersionDotnet(): Promise<string>;
/**
 * Internal: Used by package_version.ts
 */
export declare function setPackageVersionDotnet(newVersion: string): Promise<void>;
export declare function getCsprojAsObject(filePath: string): Promise<any>;
export declare function getCsprojPath(): string;
