import { StateStore } from '@slack/oauth'; export interface StateStoreChaiTestRunnerArgs { stateStore: StateStore; shouldVerifyOnlyOnce?: boolean; } export declare class StateStoreChaiTestRunner { private stateStore; private shouldVerifyOnlyOnce; constructor(args: StateStoreChaiTestRunnerArgs); enableTests(testTarget: string): Promise; } //# sourceMappingURL=StateStoreChaiTestRunner.d.ts.map