import { l } from '@atproto/lex'; declare const $nsid = "com.atproto.server.requestEmailConfirmation"; export { $nsid }; /** Request an email with a code to confirm ownership of email. */ declare const main: l.Procedure<"com.atproto.server.requestEmailConfirmation", l.ParamsSchema<{}>, l.Payload, l.Payload, undefined>; 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: "com.atproto.server.requestEmailConfirmation", $params: l.ParamsSchema<{}>, $input: l.Payload, $output: l.Payload; //# sourceMappingURL=requestEmailConfirmation.defs.d.ts.map