import type { ISlideCaptchaState, ISlideCaptchaAction } from './props'; /** * 初始化默认状态 * @param state */ export declare function initState(state: ISlideCaptchaState): ISlideCaptchaState; export declare function reducer(state: ISlideCaptchaState, action: ISlideCaptchaAction): ISlideCaptchaState;