export declare class RejectError extends Error { } export declare const ignoreRejects: (fn: () => any) => Promise; interface ObjWithActionId { actionId?: number; } export declare const startAction: (obj: ObjWithActionId) => number; export declare const finishAction: (obj: ObjWithActionId, actionIdForCheck: number) => void; export {}; //# sourceMappingURL=Reject.d.ts.map