/** An authentication code is delivered via an SMS message to the specified phone number */ export declare class AuthenticationCodeTypeSmsBaseModel { _: 'authenticationCodeTypeSms'; /** Length of the code */ length: number; }