import { LottieServerOptions, PathToAnimation } from './symbols';
export declare function appInitializer(): Promise<void>;
export declare function resolveLottiePaths({ preloadAnimations }: LottieServerOptions): PathToAnimation[];
