import { IFAnimationItem } from '../i-f-animation-item';
export declare class GetAllAnimatedElementsRequest {
    readonly flowId: string;
    readonly items: IFAnimationItem[][];
    constructor(flowId: string, items: IFAnimationItem[][]);
}
