import type { ResolvedConfig } from '@acot/types'; export declare type LoadConfigOptions = { cwd?: string; }; export declare const loadConfig: (from?: string, options?: LoadConfigOptions) => Promise;