/**
 * Look up a client by their exact phone number.
 */
export interface GetClientByPhoneParams {
    smbToolType?: "get_client_by_phone";
}
