export declare const userTypeConst: {
    ADMIN: string;
    BRAND: string;
};
