import { AnimationsUnion, ErrorUnion } from '../outputs'; /** * Returns saved animations * @param {Object} state * @returns {AnimationsUnion | ErrorUnion} */ export declare type GetSavedAnimationsMethod = (state?: Record) => Promise;