export interface FlowMockApi { mock(): Promise; clear(mockKey: string): Promise; }