import { type IFlowConfig } from './schema.js'; export declare function getConfigPath(): string; export declare function loadConfig(): IFlowConfig;