import { l } from '@atproto/lex'; import * as AgeassuranceDefs from './defs.defs.js'; declare const $nsid = "app.bsky.ageassurance.getState"; export { $nsid }; export declare const $params: l.ParamsSchema<{ readonly countryCode: l.StringSchema<{}>; readonly regionCode: l.OptionalSchema>; }>; export type $Params = l.InferOutput; export declare const $output: l.Payload<"application/json", l.ObjectSchema<{ state: l.RefSchema>; metadata: l.RefSchema>; }>>; export type $Output = l.InferPayload; export type $OutputBody = l.InferPayloadBody; /** Returns server-computed Age Assurance state, if available, and any additional metadata needed to compute Age Assurance state client-side. */ declare const main: l.Query<"app.bsky.ageassurance.getState", l.ParamsSchema<{ readonly countryCode: l.StringSchema<{}>; readonly regionCode: l.OptionalSchema>; }>, l.Payload<"application/json", l.ObjectSchema<{ state: l.RefSchema>; metadata: l.RefSchema>; }>>, undefined>; export { main }; export declare const $lxm = "app.bsky.ageassurance.getState"; //# sourceMappingURL=getState.defs.d.ts.map