import { Installation } from '@slack/oauth'; export interface TestInstallationDataProvider { buildOrgWideInstallation(tokenExpiresAt: number): Installation<'v2', true>; buildTeamInstallation(tokenExpiresAt: number): Installation<'v2', false>; } export declare class DefaultTestInstallationDataProvider implements TestInstallationDataProvider { buildOrgWideInstallation(tokenExpiresAt: number): Installation<'v2', true>; buildTeamInstallation(tokenExpiresAt: number): Installation<'v2', false>; } //# sourceMappingURL=TestInstallationDataProvider.d.ts.map