import { l } from '@atproto/lex'; declare const $nsid = "tools.ozone.set.deleteSet"; export { $nsid }; /** Delete an entire set. Attempting to delete a set that does not exist will result in an error. */ declare const main: l.Procedure<"tools.ozone.set.deleteSet", l.ParamsSchema<{}>, l.Payload<"application/json", l.ObjectSchema<{ name: l.StringSchema<{}>; }>>, l.Payload<"application/json", l.ObjectSchema<{}>>, readonly ["SetNotFound"]>; export { main }; export type $Params = l.InferMethodParams; export type $Input = l.InferMethodInput; export type $InputBody = l.InferMethodInputBody; export type $Output = l.InferMethodOutput; export type $OutputBody = l.InferMethodOutputBody; export declare const $lxm: "tools.ozone.set.deleteSet", $params: l.ParamsSchema<{}>, $input: l.Payload<"application/json", l.ObjectSchema<{ name: l.StringSchema<{}>; }>>, $output: l.Payload<"application/json", l.ObjectSchema<{}>>; //# sourceMappingURL=deleteSet.defs.d.ts.map