import type { ModelProperty } from "@typespec/compiler"; import type { HttpOperation } from "@typespec/http"; export interface OperationOptionsProps { operation: HttpOperation; excludes?: ModelProperty[]; } export declare function getOperationOptionsTypeRefkey(operation: HttpOperation): import("@alloy-js/core").Refkey; export declare function OperationOptionsDeclaration(props: OperationOptionsProps): import("@alloy-js/core").Children; //# sourceMappingURL=operation-options.d.ts.map