import { Then } from "./Then";
/**
 * Sends DTMF tones to the call
 * @param dtmfSequence - Supported digits are 0123456789*# and w. w represents a pause of 0.5s.
 */
export declare const press: (dtmfSequence: string) => Then;
