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