export default class Float {
    static floatToIntBits(f: number): number;
}
