export type VeryfrontApiRequestUrlResolver = (pathOrUrl: string) => string; /** * Create the canonical resolver for Veryfront API endpoints. * * Relative request paths are appended to and contained by the configured base * path. Explicit absolute request URLs are accepted only when they use the * configured origin. */ export declare function createVeryfrontApiRequestUrlResolver(baseUrl: string): VeryfrontApiRequestUrlResolver; //# sourceMappingURL=veryfront-api-url.d.ts.map