/** @see {@link https://bungie-net.github.io/#/components/schemas/GlobalAlertLevel} */
export declare const GlobalAlertLevel: {
    readonly Unknown: 0;
    readonly Blue: 1;
    readonly Yellow: 2;
    readonly Red: 3;
};
