import { Shift, ShiftProperties } from './Shift'; export declare class ShiftLeft extends Shift { constructor(properties?: ShiftProperties); }