import { SetLegacyAction } from './actions';
export declare function setLegacy(payload: boolean): SetLegacyAction;
