export declare const influencerTiersConstant: {
    nano: string;
    micro: string;
    mid: string;
    macro: string;
    mega: string;
};
