import { IPesapalConfig } from '../interfaces/IPesapalConfig.interface';
declare const getConfig: () => IPesapalConfig;
export default getConfig;
