/** @see {@link https://bungie-net.github.io/#/components/schemas/Destiny.DestinyGender} */
export declare const DestinyGender: {
    readonly Male: 0;
    readonly Female: 1;
    readonly Unknown: 2;
};
