import type { Plugin } from '.'; /** * Makes number transitions appear to pass through in between numbers. */ export declare const continuous: Plugin;