export declare const Placeholder = "!^"; export declare const PlaceholderEnd = "!"; export declare const ReorderMarker = "#"; type Self = typeof import("./mark"); export type Value = Self[keyof Self]; export {};