export declare const USER_ROLES: readonly ["PUBLIC", "CUSTOMER", "PHOTOGRAPH", "REL", "KING"]; export declare type UserRole = typeof USER_ROLES[number];