import { Tsconfig } from '../types'; export declare const loadTsconfig: (tsconfig?: Tsconfig | string, workspace?: string) => Promise; export declare const isSyntheticDefaultImportsAllow: (config?: Tsconfig) => boolean;