export declare const ADMIN = "admin"; export declare const YOURMENU_TEAM = "yourmenu_team"; export declare const RESTAURANT = "restaurant"; export declare type Type = typeof ADMIN | typeof YOURMENU_TEAM | typeof RESTAURANT; //# sourceMappingURL=type.d.ts.map