export declare const ObservationRankings: { readonly MREC: "mrec"; readonly CREATE: "create"; }; export type ObservationRanking = (typeof ObservationRankings)[keyof typeof ObservationRankings]; //# sourceMappingURL=ObservationRank.d.ts.map