export declare const phoneMessageOptions: (attributes?: {
    action?: string | undefined;
    code?: string | undefined;
    message_type?: string | undefined;
    recipient?: string | undefined;
    text?: string | undefined;
} | undefined, transient?: Partial<any> | undefined) => {
    action: "enrollment" | "second-factor-authentication" | string;
    code: string;
    message_type: "sms" | "voice" | string;
    recipient: string;
    text: string;
};
//# sourceMappingURL=phone-message-options.d.ts.map