declare const OAuthClient_base: any; export class OAuthClient extends OAuthClient_base { [x: string]: any; constructor(opts: any); collection: jest.Mock<{ all: jest.Mock, []>; get: jest.Mock, []>; find: jest.Mock, []>; create: jest.Mock, []>; update: jest.Mock, []>; updateAll: jest.Mock, []>; destroy: jest.Mock, []>; findReferencedBy: jest.Mock, []>; }, []>; } export default MockedStackClient; declare const MockedStackClient_base: any; declare class MockedStackClient extends MockedStackClient_base { [x: string]: any; constructor(opts: any); collection: jest.Mock<{ all: jest.Mock, []>; get: jest.Mock, []>; find: jest.Mock, []>; create: jest.Mock, []>; update: jest.Mock, []>; updateAll: jest.Mock, []>; destroy: jest.Mock, []>; findReferencedBy: jest.Mock, []>; }, []>; } export const normalizeDoc: any; export const FetchError: any;