import { UserConfig } from './user-config' export interface UserConfigLoadResult { config: Partial filepath: string isEmpty?: boolean | undefined }