import ts from 'typescript'; /** * @param configPath relative path to tsconfig */ export declare const readConfigFile: (configPath: string) => { config?: any; error?: ts.Diagnostic | undefined; };