import { State } from "./state";
export declare const present: (state: State) => string[];
