/**
 * @param {string} phone
 */
export declare const placeCall: (phone: string) => void;
