/** * A wrapper for jest's 'test' which takes regression-disabled tests into account and prints a banner */ export declare function integTest(name: string, callback: () => A | Promise): void;