import type { LayoutData } from '../../../types.js'; type Direction = 'LR' | 'RL'; export declare function applyBtDirectionTransform(layout: LayoutData): boolean; export declare function applyLrDirectionTransform(layout: LayoutData, direction?: Direction): boolean; export {};