import { code, refkey } from "@alloy-js/core";
import * as ts from "@alloy-js/typescript";
import { httpRuntimeTemplateLib } from "../external-packages/ts-http-runtime.js";
export function getOperationOptionsInterfaceRefkey() {
return refkey("OperationOptions", "interface");
}
export function OperationOptionsInterfaceDeclaration() {
const declarationRefkey = getOperationOptionsInterfaceRefkey();
const onResponseCallback = code`(rawResponse: ${httpRuntimeTemplateLib.PathUncheckedResponse}) => void`;
const operationOptions = (
);
return (
);
}
export function Interfaces() {
return (
);
}