import type { WooRestApiVersion } from "../types/options/index.js"; export type { WooRestApiVersion } from "../types/options/index.js"; export declare function sanitizePathSegment(segment: string, name: string): string; export declare function sanitizeEndpoint(endpoint: string): string; export declare function sanitizeApiVersion(v: string): WooRestApiVersion; export declare function validateBaseUrl(urlStr: string): URL; //# sourceMappingURL=sanitize.d.ts.map