export declare function getProjectPath(): string;
export declare function getRootPath(): string;
export declare function getConfigPath(): string;
export declare function getApiPath(): string;
export declare function getSchemaPath(): string;
export declare function getBuildPath(): string;
export declare function getBuildRootPath(): string;
export declare function getBuildApiPath(): string;
export declare function getBuildConfigPath(): string;
export declare function getBuildSchemaPath(): string;
export declare function getSourcePath(): string;
export declare function getSourceRootPath(): string;
export declare function getSourceApiPath(): string;
export declare function getSourceConfigPath(): string;
export declare function getSourceSchemaPath(): string;
