import Auth0 from "../../types";
export interface SendPhoneMessageOptions {
    cache?: Record<string, string>;
}
export interface SendPhoneMessageState {
    cache: Auth0.API.Cache;
}
export declare function sendPhoneMessage({ cache }?: SendPhoneMessageOptions): {
    implementation: Auth0.API.SendPhoneMessage;
    state: SendPhoneMessageState;
};
//# sourceMappingURL=send-phone-message.d.ts.map