export declare const toString: (number: number) => string;
export declare const toBinaryString: (number: number) => string;
