interface ConstructedStats {
    warnings: boolean;
    errors: boolean;
}
export { ConstructedStats };
