import { IPoint } from '@foblex/2d';
export declare class FitToFlowRequest {
    toCenter: IPoint;
    animated: boolean;
    constructor(toCenter: IPoint, animated: boolean);
}
