export declare const brandConstant: {
    IN_ACTIVE: number;
    ACTIVE: number;
    DRAFT: number;
    INVITE_SEND: number;
};
