export type BaseContext = {}; export type ContextFunction = (...integrationContext: TIntegrationSpecificArgs) => Promise; export type ContextThunk = () => Promise; //# sourceMappingURL=context.d.ts.map