import { DirectionConfig } from '../lib/types';
export declare function logicalToPhysical(logical: string, config: DirectionConfig): string;
