import { l } from '@atproto/lex'; declare const $nsid = "app.bsky.contact.verifyPhone"; 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<{}>; code: l.StringSchema<{}>; }>>; export type $Input = l.InferPayload; export type $InputBody = l.InferPayloadBody; export declare const $output: l.Payload<"application/json", l.ObjectSchema<{ token: l.StringSchema<{}>; }>>; export type $Output = l.InferPayload; export type $OutputBody = l.InferPayloadBody; /** Verifies control over a phone number with a code received via SMS and starts a contact import session. Requires authentication. */ declare const main: l.Procedure<"app.bsky.contact.verifyPhone", l.ParamsSchema<{}>, l.Payload<"application/json", l.ObjectSchema<{ phone: l.StringSchema<{}>; code: l.StringSchema<{}>; }>>, l.Payload<"application/json", l.ObjectSchema<{ token: l.StringSchema<{}>; }>>, readonly ["RateLimitExceeded", "InvalidDid", "InvalidPhone", "InvalidCode", "InternalError"]>; export { main }; export declare const $lxm = "app.bsky.contact.verifyPhone"; //# sourceMappingURL=verifyPhone.defs.d.ts.map