import ts from 'typescript'; export declare const typescriptServer: ({ searchPath, afterCreate, onCreate, }: { searchPath: string; onCreate?: Function | undefined; afterCreate?: Function | undefined; }) => ts.WatchOfConfigFile;