/** GET /_agent-native/settings/:key */ export declare const getSettingHandler: import("h3").EventHandlerWithFetch>>; /** PUT /_agent-native/settings/:key */ export declare const putSettingHandler: import("h3").EventHandlerWithFetch>; /** DELETE /_agent-native/settings/:key */ export declare const deleteSettingHandler: import("h3").EventHandlerWithFetch>; //# sourceMappingURL=handlers.d.ts.map