interfaceOptions {
cwd: string;
}
declareconst_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.
*/exportdefault _default;