import { PlateState, PlateStates } from '../../../types/PlateStore'; import { SPEditor } from '../../../types/SPEditor'; /** * If id is defined, get the state by id. * Else, get the first state. */ export declare const getPlateState: (state: PlateStates, id?: string | null | undefined) => PlateState | undefined; //# sourceMappingURL=getPlateState.d.ts.map