import { TypeCheckResult } from './typescript/runTypeCheck'; export declare function verifyTypeScriptSetup(dir: string, pagesDirs: string[], typeCheckPreflight: boolean): Promise;