import { l } from '@atproto/lex'; declare const $nsid = "tools.ozone.set.deleteValues"; export { $nsid }; export declare const $params: l.ParamsSchema<{}>; export type $Params = l.InferOutput; export declare const $input: l.Payload<"application/json", l.ObjectSchema<{ name: l.StringSchema<{}>; values: l.ArraySchema>; }>>; export type $Input = l.InferPayload; export type $InputBody = l.InferPayloadBody; export declare const $output: l.Payload; export type $Output = l.InferPayload; export type $OutputBody = l.InferPayloadBody; /** Delete values from a specific set. Attempting to delete values that are not in the set will not result in an error */ declare const main: l.Procedure<"tools.ozone.set.deleteValues", l.ParamsSchema<{}>, l.Payload<"application/json", l.ObjectSchema<{ name: l.StringSchema<{}>; values: l.ArraySchema>; }>>, l.Payload, readonly ["SetNotFound"]>; export { main }; export declare const $lxm = "tools.ozone.set.deleteValues"; //# sourceMappingURL=deleteValues.defs.d.ts.map