import { Example, ExamplePaths } from "./types"; /** * @param urls */ export declare function joinURLs(...urls: string[]): string; /** * @param baseURL * @param url */ export declare function fixAbsoluteInputURL(baseURL: string, url: string): string; /** * @param config * @param exampleAbsolutePath */ export declare function generatePaths(config: ExamplePaths, exampleAbsolutePath: Example["path"]): ExamplePaths; //# sourceMappingURL=paths.d.ts.map