import type { IndicatorPositionVariables } from '../Indicator'; import type { IndicatorPosition } from '../Indicator.types'; export declare function getPositionVariables(_position?: IndicatorPosition, offset?: number | { x: number; y: number; }): Record;