import type { NodeAnchorDefinition } from './index'; export interface BBoxEndpointOptions { dx?: number | string; dy?: number | string; /** * Should the anchor bbox rotate with the terminal view. * * Default is `false`, meaning that the unrotated bbox is used. */ rotate?: boolean; } export declare const center: NodeAnchorDefinition; export declare const top: NodeAnchorDefinition; export declare const bottom: NodeAnchorDefinition; export declare const left: NodeAnchorDefinition; export declare const right: NodeAnchorDefinition; export declare const topLeft: NodeAnchorDefinition; export declare const topRight: NodeAnchorDefinition; export declare const bottomLeft: NodeAnchorDefinition; export declare const bottomRight: NodeAnchorDefinition;