/** @see {@link https://bungie-net.github.io/#/components/schemas/Applications.DeveloperRole} */
export declare const DeveloperRole: {
    readonly None: 0;
    readonly Owner: 1;
    readonly TeamMember: 2;
};
