import { URI } from '../../model/uri'; import { FoamWorkspace } from '../../model/workspace'; export declare const getWorkspaceRelativePath: (uri: URI, workspace: FoamWorkspace) => string; export declare const getContentRelativePath: (uri: URI, workspace: FoamWorkspace, contentRoot?: URI | null) => string; //# sourceMappingURL=build-route-manifest.d.ts.map