import type { ConfigFile, ConfigJSONFile } from '../@types/poku.js';
export declare const getConfigs: (customPath?: string) => Promise<ConfigFile | ConfigJSONFile>;
