import type { ConfigContract, NFOptions } from '../2.app/config/config.contract';
export declare const createConfigHandlers: (overrides: NFOptions) => ConfigContract;
