import { Codec } from '../hierarchy/codec.ts'; import { Scope } from '../hierarchy/scope.ts'; /** Whether a segment is shaped like an event filename. */ export declare function isEventName(text: string): boolean; export declare const DAY: Codec; export declare const EVENT_NAME: Codec; export declare const SCOPES: readonly Scope[]; export declare const detectScope: import("../hierarchy/scope.ts").DetectFn; //# sourceMappingURL=scope.d.ts.map