import { l } from '@atproto/lex'; import * as AgeassuranceDefs from './defs.defs.js'; declare const $nsid = "app.bsky.ageassurance.getConfig"; export { $nsid }; /** Returns Age Assurance configuration for use on the client. */ declare const main: l.Query<"app.bsky.ageassurance.getConfig", l.ParamsSchema<{}>, l.Payload<"application/json", l.RefSchema>>, undefined>; export { main }; export type $Params = l.InferMethodParams; export type $Output = l.InferMethodOutput; export type $OutputBody = l.InferMethodOutputBody; export declare const $lxm: "app.bsky.ageassurance.getConfig", $params: l.ParamsSchema<{}>, $output: l.Payload<"application/json", l.RefSchema>>; //# sourceMappingURL=getConfig.defs.d.ts.map