export default function _default(state: null | undefined, { type, action, ...params }: {
    [x: string]: any;
    type: any;
    action: any;
}): {
    activeTool: any;
} | null;
