declare const context: (state: { tools: never[]; } | undefined, action: any) => { tools: any[]; }; export default context;