import { AppStateT } from "../../store/app-state"; export declare const selectIsSnapshotMode: import("reselect").OutputSelector boolean>; export declare const selectSnapshotOptions: import("reselect").OutputSelector, (res: import("./reducer").StateT) => Pick>;