/** @see {@link https://bungie-net.github.io/#/components/schemas/Destiny.FireteamFinderOptionDisplayFormat} */
export declare const FireteamFinderOptionDisplayFormat: {
    readonly Text: 0;
    readonly Integer: 1;
    readonly Bool: 2;
    readonly FormatString: 3;
};
