/** An authentication code is delivered via a phone call to the specified phone number */ export declare class AuthenticationCodeTypeCallBaseModel { _: 'authenticationCodeTypeCall'; /** Length of the code */ length: number; }