export declare class SanityCheckReporter { reportSuccess(): void; reportFailure(e: any): void; }