import { Slug } from ".."; /** * This is the part of the slug after the version (or basepath) prefix. * * For example, if the original slug is "docs/v1.0.0/foo/bar", the unversionedSlug is "foo/bar". */ export declare function toUnversionedSlug(slug: Slug, versionSlug: Slug): Slug; //# sourceMappingURL=toUnversionedSlug.d.ts.map