import { l } from '@atproto/lex'; declare const $nsid = "com.atproto.sync.listReposByCollection"; export { $nsid }; export declare const $params: l.ParamsSchema<{ readonly collection: l.StringSchema<{ readonly format: "nsid"; }>; readonly limit: l.OptionalSchema>; readonly cursor: l.OptionalSchema>; }>; export type $Params = l.InferOutput; export declare const $output: l.Payload<"application/json", l.ObjectSchema<{ cursor: l.OptionalSchema>; repos: l.ArraySchema>>; }>>; export type $Output = l.InferPayload; export type $OutputBody = l.InferPayloadBody; /** Enumerates all the DIDs which have records with the given collection NSID. */ declare const main: l.Query<"com.atproto.sync.listReposByCollection", l.ParamsSchema<{ readonly collection: l.StringSchema<{ readonly format: "nsid"; }>; readonly limit: l.OptionalSchema>; readonly cursor: l.OptionalSchema>; }>, l.Payload<"application/json", l.ObjectSchema<{ cursor: l.OptionalSchema>; repos: l.ArraySchema>>; }>>, undefined>; export { main }; export declare const $lxm = "com.atproto.sync.listReposByCollection"; type Repo = { $type?: 'com.atproto.sync.listReposByCollection#repo'; did: l.DidString; }; export type { Repo }; declare const repo: l.TypedObjectSchema<"com.atproto.sync.listReposByCollection#repo", l.Validator>; export { repo }; //# sourceMappingURL=listReposByCollection.defs.d.ts.map