export declare const Visit = "visit";
export declare const Child = "child";
export declare const SectionRef = "sectionRef";
export declare const ExportRef = "exportRef";
type Self = typeof import("./structure-kind");
export type Value = Self[keyof Self];
export {};
