declare const testConfig: {
    name: string;
    desc: string;
    token: string;
    timeout: number;
};
declare const mockInput: {
    code: string;
    limit: number;
    offset: number;
};
declare function testToolDataCall(): Promise<void>;
export { testToolDataCall, testConfig, mockInput };
