export declare type OTPTransportIdentifier = { type: OTPTransportIdentifierType; value: string; }; export declare enum OTPTransportIdentifierType { email = "email", phone = "phone" }