import type { Player } from '../@types/Lottie.types';
export declare const clearPlayers: (players: Player[]) => boolean;
