import { type MockedFunction } from 'vitest'; import type { SdkClientPagedResponse, AutotaskQueryOptions } from '../types/general.js'; export declare const mockQueryEntities: MockedFunction<((entityName: E, options?: AutotaskQueryOptions) => Promise>)>; export * from '../client.js'; export declare const AutotaskClient: { new (): { queryEntities: MockedFunction<((entityName: E, options?: AutotaskQueryOptions) => Promise>)>; }; }; //# sourceMappingURL=client.d.ts.map