export function resetForms(name: any): {
    type: string;
    name: any;
};
export function indexForms(name: any, page?: number, params?: {}, done?: () => void): (dispatch: any, getState: any) => any;
//# sourceMappingURL=actions.d.ts.map