export declare class CenterGroupOrNodeRequest {
    id: string;
    animated: boolean;
    constructor(id: string, animated: boolean);
}
