import { l } from '@atproto/lex'; import * as AgeassuranceDefs from './defs.defs.js'; declare const $nsid = "app.bsky.ageassurance.begin"; export { $nsid }; /** Initiate Age Assurance for an account. */ declare const main: l.Procedure<"app.bsky.ageassurance.begin", l.ParamsSchema<{}>, l.Payload<"application/json", l.ObjectSchema<{ email: l.StringSchema<{}>; language: l.StringSchema<{}>; countryCode: l.StringSchema<{}>; regionCode: l.OptionalSchema>; }>>, l.Payload<"application/json", l.RefSchema>>, readonly ["InvalidEmail", "DidTooLong", "InvalidInitiation", "RegionNotSupported"]>; export { main }; export type $Params = l.InferMethodParams; export type $Input = l.InferMethodInput; export type $InputBody = l.InferMethodInputBody; export type $Output = l.InferMethodOutput; export type $OutputBody = l.InferMethodOutputBody; export declare const $lxm: "app.bsky.ageassurance.begin", $params: l.ParamsSchema<{}>, $input: l.Payload<"application/json", l.ObjectSchema<{ email: l.StringSchema<{}>; language: l.StringSchema<{}>; countryCode: l.StringSchema<{}>; regionCode: l.OptionalSchema>; }>>, $output: l.Payload<"application/json", l.RefSchema>>; //# sourceMappingURL=begin.defs.d.ts.map