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