declare class Constants { static readonly BYTE_OFFSET_FLOAT: number; static readonly BYTE_OFFSET_DOUBLE: number; static readonly BYTE_OFFSET_INT: number; } export { Constants };