declare type GetPosition = { value: number; min: number; max: number; }; export declare function getPosition({ value, min, max }: GetPosition): number; export {}; //# sourceMappingURL=getPosition.d.ts.map