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