/** * @beta */ export declare class StandardBuildFolders { private _projectFolderPath; private _srcFolderPath; private _libFolderPath; private _distFolderPath; private _tempFolderPath; constructor(projectFolderPath: string); get projectFolderPath(): string; get srcFolderPath(): string; get libFolderPath(): string; get distFolderPath(): string; get tempFolderPath(): string; } //# sourceMappingURL=StandardBuildFolders.d.ts.map