import type { CapCustomPaths } from '@sap-ux/project-access'; /** * Lightweight synchronous function to get the CAP project custom paths. * A more robust async alternative is `getCapCustomPaths` in `@sap-ux/project-access`. * * @param capProjectPath - path to project root * @returns cap custom paths */ export declare function getCapFolderPathsSync(capProjectPath: string): CapCustomPaths; //# sourceMappingURL=index.d.ts.map