import { MainOptions } from './types.js'; import '@lsk4/log'; declare function loadMainOptions({ cwd }?: { cwd?: string | undefined; }): Promise; export { loadMainOptions };