import type { Operation } from '@scalar/oas-utils/entities/spec'; import type { OpenClientPayload } from '../libs/create-client.js'; /** * Get the request uid by path and method */ export declare const getRequestUidByPathMethod: (requests: Record, payload?: Omit) => string | undefined; //# sourceMappingURL=get-request-uid-by-path-method.d.ts.map