import { Transform } from './index';
import { Markers } from '../primitives';
export default function align(markers?: typeof Markers): Transform;
