export declare class Constants {
    static MIN_SAFE_INTEGER: number;
    static MAX_SAFE_INTEGER: number;
    static MAX_BYTE: number;
}
export declare class Int32Constants {
    static MIN_VALUE: number;
    static MAX_VALUE: number;
}
//# sourceMappingURL=constants.d.ts.map