import { Bounds } from './transformations/type';
export interface Shift {
    amount: number;
    location: number;
    lengthZero: boolean;
}
export declare function shiftBounds(shifts: Shift[], b: Bounds): Bounds;
//# sourceMappingURL=shifts.d.ts.map