declare function fuckAround(action: () => void, errorAction: (error: any) => void): void;
export = fuckAround;
