import type { ServiceSchema, ServiceSettingSchema } from "./service";

declare function _exports(): ServiceSchema<ServiceSettingSchema>;
export = _exports;
