import { Object3D } from 'three';
import { ObjectNamedFunction1 } from './_Base';
export declare class playAnimation extends ObjectNamedFunction1<[string]> {
    static type(): string;
    func(object3D: Object3D, nodePath: string): Promise<void>;
}
