import { OA3ServerVariable } from '../types/openapi3'; export declare function resolveUrlVariables(url: string, variables?: Record): string; export declare function resolveVariables(str: string, regExp: RegExp, fallback: string, variables?: Record): string; export declare function pathVariablesToWildcard(p: string): string; //# sourceMappingURL=variables.d.ts.map