import type { PathSpec } from '../../types.ts'; import type { DropboxAccessor } from '../../accessor/dropbox.ts'; /** Map a mount path to the Dropbox API path under the configured root. */ export declare function dropboxPathOf(accessor: DropboxAccessor, path: PathSpec): string; //# sourceMappingURL=paths.d.ts.map