/** @see {@link https://bungie-net.github.io/#/components/schemas/GlobalAlertType} */
export declare const GlobalAlertType: {
    readonly GlobalAlert: 0;
    readonly StreamingAlert: 1;
};
