import { IContainer } from '../gameobjects/container/IContainer'; export declare function SetRotation(rotation: number, ...children: IContainer[]): IContainer[]; //# sourceMappingURL=SetRotation.d.ts.map