export function client(implementations: any): { query: jest.Mock; create: jest.Mock; save: jest.Mock; destroy: jest.Mock; getAssociation: jest.Mock; makeObservableQuery: jest.Mock; requestQuery: jest.Mock; all: jest.Mock; setStore: jest.Mock; fetchQueryAndGetFromState: jest.Mock; }; export function observableQuery(implementations: any): { currentResult: jest.Mock; subscribe: jest.Mock; fetchMore: jest.Mock; fetch: jest.Mock; };