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