import { Options } from './types.js'; declare const PROJECT_ROOT: string; declare const DEFAULT_OPTIONS: Partial; export { DEFAULT_OPTIONS, PROJECT_ROOT };