import { PromptResponse } from '../../../types';
import { NumberLookupService } from '@sinch/number-lookup';
export declare function getNumberLookupService(toolName: string): NumberLookupService | PromptResponse;
