export declare class ResetScaleAndCenterRequest {
    animated: boolean;
    constructor(animated: boolean);
}
