export declare const Node = "*"; export declare const BranchStart = "["; export declare const BranchEnd = "]"; export declare const BranchEndNativeTag = "'"; export declare const BranchEndSingleNode = "|"; export declare const BranchEndOnlyChildInParent = ")"; export declare const BranchEndSingleNodeOnlyChildInParent = "}"; type Self = typeof import("./resume-symbol"); export type Value = Self[keyof Self]; export {};