import { l } from '@atproto/lex'; declare const $nsid = "com.atproto.repo.getRecord"; export { $nsid }; export declare const $params: l.ParamsSchema<{ readonly repo: l.StringSchema<{ readonly format: "at-identifier"; }>; readonly collection: l.StringSchema<{ readonly format: "nsid"; }>; readonly rkey: l.StringSchema<{ readonly format: "record-key"; }>; readonly cid: l.OptionalSchema>; }>; export type $Params = l.InferOutput; export declare const $output: l.Payload<"application/json", l.ObjectSchema<{ uri: l.StringSchema<{ readonly format: "at-uri"; }>; cid: l.OptionalSchema>; value: l.LexMapSchema; }>>; export type $Output = l.InferPayload; export type $OutputBody = l.InferPayloadBody; /** Get a single record from a repository. Does not require auth. */ declare const main: l.Query<"com.atproto.repo.getRecord", l.ParamsSchema<{ readonly repo: l.StringSchema<{ readonly format: "at-identifier"; }>; readonly collection: l.StringSchema<{ readonly format: "nsid"; }>; readonly rkey: l.StringSchema<{ readonly format: "record-key"; }>; readonly cid: l.OptionalSchema>; }>, l.Payload<"application/json", l.ObjectSchema<{ uri: l.StringSchema<{ readonly format: "at-uri"; }>; cid: l.OptionalSchema>; value: l.LexMapSchema; }>>, readonly ["RecordNotFound"]>; export { main }; export declare const $lxm = "com.atproto.repo.getRecord"; //# sourceMappingURL=getRecord.defs.d.ts.map