import type { ConfigType } from './index.mjs'; export declare function getConfig(path: string): Promise; export declare const CONFIG: ConfigType; export declare const PUBLICPATH: string;