export declare const protoDouble: {
    readonly NaN: number;
    readonly POSITIVE_INFINITY: number;
    readonly NEGATIVE_INFINITY: number;
};
