import { l } from '@atproto/lex'; import * as GraphDefs from './defs.defs.js'; declare const $nsid = "app.bsky.graph.getLists"; export { $nsid }; export declare const $params: l.ParamsSchema<{ readonly actor: l.StringSchema<{ readonly format: "at-identifier"; }>; readonly limit: l.OptionalSchema>; readonly cursor: l.OptionalSchema>; readonly purposes: l.OptionalSchema>>; }>; export type $Params = l.InferOutput; export declare const $output: l.Payload<"application/json", l.ObjectSchema<{ cursor: l.OptionalSchema>; lists: l.ArraySchema>>; }>>; export type $Output = l.InferPayload; export type $OutputBody = l.InferPayloadBody; /** Enumerates the lists created by a specified account (actor). */ declare const main: l.Query<"app.bsky.graph.getLists", l.ParamsSchema<{ readonly actor: l.StringSchema<{ readonly format: "at-identifier"; }>; readonly limit: l.OptionalSchema>; readonly cursor: l.OptionalSchema>; readonly purposes: l.OptionalSchema>>; }>, l.Payload<"application/json", l.ObjectSchema<{ cursor: l.OptionalSchema>; lists: l.ArraySchema>>; }>>, undefined>; export { main }; export declare const $lxm = "app.bsky.graph.getLists"; //# sourceMappingURL=getLists.defs.d.ts.map