import { l } from '@atproto/lex'; import * as ActorDefs from '../actor/defs.defs.js'; declare const $nsid = "app.bsky.contact.getMatches"; export { $nsid }; export declare const $params: l.ParamsSchema<{ 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>; matches: l.ArraySchema>>; }>>; export type $Output = l.InferPayload; export type $OutputBody = l.InferPayloadBody; /** Returns the matched contacts (contacts that were mutually imported). Excludes dismissed matches. Requires authentication. */ declare const main: l.Query<"app.bsky.contact.getMatches", l.ParamsSchema<{ readonly limit: l.OptionalSchema>; readonly cursor: l.OptionalSchema>; }>, l.Payload<"application/json", l.ObjectSchema<{ cursor: l.OptionalSchema>; matches: l.ArraySchema>>; }>>, readonly ["InvalidDid", "InvalidLimit", "InvalidCursor", "InternalError"]>; export { main }; export declare const $lxm = "app.bsky.contact.getMatches"; //# sourceMappingURL=getMatches.defs.d.ts.map