import type { Refkey } from "@alloy-js/core"; import type * as ts from "@alloy-js/typescript"; import type { HttpOperation } from "@typespec/http"; export interface OperationParametersProps { operation: HttpOperation; } export declare function getOperationParameters(operation: HttpOperation, optionsRefkey: Refkey): ts.ParameterDescriptor[]; //# sourceMappingURL=operation-parameters.d.ts.map