export declare const Element = 1; export declare const Text = 3; export declare const Comment = 8; export declare const DocumentFragment = 11; type Self = typeof import("./node-type"); export type Value = Self[keyof Self]; export {};