import * as ts from "typescript"; export declare const tstlOptionsAreMovingToTheTstlObject: (tstl: Record) => ts.Diagnostic; export declare const watchErrorSummary: (errorCount: number) => ts.Diagnostic; export declare const unknownCompilerOption: (name: string) => ts.Diagnostic; export declare const compilerOptionRequiresAValueOfType: (name: string, type: string) => ts.Diagnostic; export declare const optionProjectCannotBeMixedWithSourceFilesOnACommandLine: () => ts.Diagnostic; export declare const cannotFindATsconfigJsonAtTheSpecifiedDirectory: (dir: string) => ts.Diagnostic; export declare const theSpecifiedPathDoesNotExist: (dir: string) => ts.Diagnostic; export declare const compilerOptionExpectsAnArgument: (name: string) => ts.Diagnostic; export declare const argumentForOptionMustBe: (name: string, values: string) => ts.Diagnostic; export declare const optionCanOnlyBeSpecifiedInTsconfigJsonFile: (name: string) => ts.Diagnostic; export declare const optionBuildMustBeFirstCommandLineArgument: () => ts.Diagnostic;