import type { ServerObject } from '@scalar/workspace-store/schemas/v3.1/strict/openapi-document'; /** * Processes a server URL by replacing variables with their default values and merging with the path */ export declare const processServerUrl: (server: ServerObject | null, path: string) => string; //# sourceMappingURL=process-server-url.d.ts.map