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