export declare function getPreviousCousin(node: HTMLElement, selector: string): Element | undefined;
export declare function getNextCharacter(global?: typeof globalThis): string | null;
