import type { CreateHandlerOptions } from "../types.js";
import type { CreateHandlerOptionsParams } from "./createHandlerOptions.types.js";
export declare function createHandlerOptions(route: string, options?: CreateHandlerOptionsParams): Promise<CreateHandlerOptions>;
export type { CreateHandlerOptionsParams, CreateHandlerOptionsServerFn, CreateHandlerOptionsClientFn, } from "./createHandlerOptions.types.js";
//# sourceMappingURL=createHandlerOptions.client.d.ts.map