import { l } from '@atproto/lex'; import * as SetDefs from './defs.defs.js'; declare const $nsid = "tools.ozone.set.getValues"; export { $nsid }; /** Get a specific set and its values */ declare const main: l.Query<"tools.ozone.set.getValues", l.ParamsSchema<{ readonly name: l.StringSchema<{}>; readonly limit: l.OptionalSchema>; readonly cursor: l.OptionalSchema>; }>, l.Payload<"application/json", l.ObjectSchema<{ set: l.RefSchema>; values: l.ArraySchema>; cursor: l.OptionalSchema>; }>>, readonly ["SetNotFound"]>; export { main }; export type $Params = l.InferMethodParams; export type $Output = l.InferMethodOutput; export type $OutputBody = l.InferMethodOutputBody; export declare const $lxm: "tools.ozone.set.getValues", $params: l.ParamsSchema<{ readonly name: l.StringSchema<{}>; readonly limit: l.OptionalSchema>; readonly cursor: l.OptionalSchema>; }>, $output: l.Payload<"application/json", l.ObjectSchema<{ set: l.RefSchema>; values: l.ArraySchema>; cursor: l.OptionalSchema>; }>>; //# sourceMappingURL=getValues.defs.d.ts.map