/** * Produce the constant. This function will return exactly the same value every * time it is invoked. * * @return {number} * The value. */ export declare function calculate(): number; export declare const NAN: number;