import { Configs } from '../@types/configs.js';
export declare const getConfigs: (relativePath?: string) => Promise<Configs>;
