import { ITypeCheckerOptions } from './interfaces';
export declare function printSettings(options: ITypeCheckerOptions): void;
