export declare const loadConfig: (root: string) => {
    filepath: string;
    config: unknown;
} | undefined;
