import type { Lottie } from './@types/Lottie.types';
export declare const WORKERS_LIMIT = 4;
export declare const createLottie: () => Lottie;
