import type { CompilerField, CompilerParent } from '../../types.js';
export declare function createRootField(parent: CompilerParent): CompilerField;
