declare const defaultConfig: {
    lighthouseBLSNode: string;
    lighthouseAuthNode: string;
    lighthouseBLSNodeDev: string;
    isDev: boolean;
};
export { defaultConfig };
export default defaultConfig;
