interface Options {
    cwd: string;
}
declare const _default: (options?: Options) => Promise<import("./interfaces").Diagnostic[]>;
/**
 * Type check the type definition of the project.
 *
 * @returns A promise which resolves the diagnostics of the type definition.
 */
export default _default;
