import { l } from '@atproto/lex'; import * as AgeassuranceDefs from './defs.defs.js'; declare const $nsid = "app.bsky.ageassurance.getConfig"; export { $nsid }; export declare const $params: l.ParamsSchema<{}>; export type $Params = l.InferOutput; export declare const $output: l.Payload<"application/json", l.RefSchema>>; export type $Output = l.InferPayload; export type $OutputBody = l.InferPayloadBody; /** 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 declare const $lxm = "app.bsky.ageassurance.getConfig"; //# sourceMappingURL=getConfig.defs.d.ts.map