import type { GetCustomConfigParams } from './type'; declare const getCustomConfig: { (params: GetCustomConfigParams): void; (): Promise>; }; export default getCustomConfig;