export declare type ColumnWorkItemState = { [id: string]: string[]; }; export declare const initialState: ColumnWorkItemState;