import { CelestialDoc } from "../types.js";
export declare function slugify(input: string): string;
export declare function slugifyPath(path: string): string;
export declare function getParamsForSubdoc(doc: CelestialDoc): string;
//# sourceMappingURL=string.d.ts.map