import { Bit } from '../types';
export declare const getData: (filename: string) => Bit[];
export declare const round: (n: number, precision?: number) => number;
