import { StartOptions } from './AnimBuilderTypes';
export declare function animBuilderStartTimeline(options: StartOptions): void;
