import type { State } from "src/types"; declare const captchasReducer: (state: any, action: any) => any; export declare const selectors: { getCaptcha: (state: State, name: string) => any; }; export default captchasReducer;