import { FlowMockPresenter } from "../presenter"; export declare const useMockPresenter: () => { state: string; presenter: FlowMockPresenter; };