import { l } from '@atproto/lex'; declare const $nsid = "tools.ozone.set.addValues"; export { $nsid }; /** Add values to a specific set. Attempting to add values to a set that does not exist will result in an error. */ declare const main: l.Procedure<"tools.ozone.set.addValues", l.ParamsSchema<{}>, l.Payload<"application/json", l.ObjectSchema<{ name: l.StringSchema<{}>; values: l.ArraySchema>; }>>, l.Payload, undefined>; 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.addValues", $params: l.ParamsSchema<{}>, $input: l.Payload<"application/json", l.ObjectSchema<{ name: l.StringSchema<{}>; values: l.ArraySchema>; }>>, $output: l.Payload; //# sourceMappingURL=addValues.defs.d.ts.map