import type { Ref } from 'vue'; export declare function onChange(input: Ref, fn: (item: T) => any): void; //# sourceMappingURL=on-change.d.ts.map