import type { NodeType } from './index.js';
export interface ConfigInit {
    type?: NodeType;
}
declare const _default: (init: ConfigInit) => any;
export default _default;
//# sourceMappingURL=config.d.ts.map