export declare const None = 0; export declare const Before = 1; export declare const After = 2; type Self = typeof import("./sibling-text"); export type Value = Self[keyof Self]; export {};