export * from './number';
export * from './random.ts';
export declare function roundToTwo(num: number): number;
