import { Codec } from '../hierarchy/codec.ts'; import { Scope } from '../hierarchy/scope.ts'; export declare const ENTITY_FILES: readonly ["schema.json", "semantic.json", "rows.jsonl"]; export declare const KIND_DIRS: readonly ["tables", "views"]; /** Whether the segment names an entity-kind directory. */ export declare function isKind(text: string): boolean; export declare const KIND: Codec; export declare const SCOPES: readonly Scope[]; export declare const detectScope: import("../hierarchy/scope.ts").DetectFn; //# sourceMappingURL=scope.d.ts.map