/** * Constant `FULFILLED` is used in place of the string `'fulfilled'` to * ensure the type system will properly infer the "flag nature" of this * string rather than the more generic `string` type. * @public */ export declare const FULFILLED: 'fulfilled'; /** * Constant `REJECTED` is used in place of the string `'rejected'` to * ensure the type system will properly infer the "flag nature" of this * string rather than the more generic `string` type. * @public */ export declare const REJECTED: 'rejected'; /** * Constant `NULL_SYMBOL` is a unique symbol that represents `null` or a union type that includes `null`. * @public */ export declare const NULL_SYMBOL: unique symbol; //# sourceMappingURL=constants.d.ts.map