import type { Input, Computed } from '@any-touch/shared'; export default function (): (input: Input, computed: Computed) => { scale: number; deltaScale: number; };