export function includes(val: any, arr: any): any; export function normalizeIndex(idx: any, len: any, wrap?: boolean): number; export const values: { (o: { [s: string]: T; } | ArrayLike): T[]; (o: {}): any[]; }; export function nop(): void; export function easeOutQuint(t: any): number; export function isWhollyInView(parent: any): (child?: { getBoundingClientRect: () => {}; }) => boolean; export function animate(el: any, { delta, immediate, duration, easing, prop, }?: { delta?: number | undefined; immediate?: boolean | undefined; duration?: number | undefined; easing?: ((t: any) => number) | undefined; prop?: string | undefined; }): Promise; //# sourceMappingURL=utils.d.ts.map