import { StoreOption, UseConfigOption } from '../typings';
export declare const loadConfig: ({ storeName, configPath, }: UseConfigOption) => Promise<StoreOption>;
