import { Role } from "../general"; export declare const REL_ROLES: readonly [Role.PHOTOGRAPH, Role.REL, Role.KING]; export declare type RelRoles = typeof REL_ROLES[number]; export declare const REGIONS: readonly ["LAC_ST_JEAN", "SAGUENAY", "CHARLEVOIX", "BAS_ST_LAURENT", "RIMOUSKI", "LAURENTIDES", "TROIS_RIVIERES", "LEVIS", "VICTORIAVILLE", "SHERBROOKE", "ST_JEAN_SUR_RICHELIEU", "LAVAL", "GATINEAU", "QUEBEC", "MONTREAL"]; export declare type Region = typeof REGIONS[number]; export declare const PAGINATION_REL_STATUS: readonly ["STANDBY", "ACTIVE"]; export declare type PaginationRelStatus = typeof PAGINATION_REL_STATUS[number];