import { l } from '@atproto/lex'; declare const $nsid = "app.bsky.contact.startPhoneVerification"; export { $nsid }; export declare const $params: l.ParamsSchema<{}>; export type $Params = l.InferOutput; export declare const $input: l.Payload<"application/json", l.ObjectSchema<{ phone: l.StringSchema<{}>; }>>; export type $Input = l.InferPayload; export type $InputBody = l.InferPayloadBody; export declare const $output: l.Payload<"application/json", l.ObjectSchema<{}>>; export type $Output = l.InferPayload; export type $OutputBody = l.InferPayloadBody; /** Starts a phone verification flow. The phone passed will receive a code via SMS that should be passed to `app.bsky.contact.verifyPhone`. Requires authentication. */ declare const main: l.Procedure<"app.bsky.contact.startPhoneVerification", l.ParamsSchema<{}>, l.Payload<"application/json", l.ObjectSchema<{ phone: l.StringSchema<{}>; }>>, l.Payload<"application/json", l.ObjectSchema<{}>>, readonly ["RateLimitExceeded", "InvalidDid", "InvalidPhone", "InternalError"]>; export { main }; export declare const $lxm = "app.bsky.contact.startPhoneVerification"; //# sourceMappingURL=startPhoneVerification.defs.d.ts.map