import type { State } from './state';
import { Unbind } from './types';
export declare function bindBoard(s: State, onResize: () => void): void;
export declare function bindDocument(s: State, onResize: () => void): Unbind;
