import type { FlatgridState, GeneralKeyingConfig } from '../../keying/KeyingModeTypes'; import { type Stateless } from '../common/BehaviourState'; declare const flatgrid: () => FlatgridState; declare const init: (spec: GeneralKeyingConfig) => Stateless | FlatgridState; export { flatgrid, init }; //# sourceMappingURL=KeyingState.d.ts.map