import { Bone } from '../util/leoric.ts'; export declare class Scope extends Bone { id: bigint; createdAt: Date; updatedAt: Date; name: string; registryId: string; scopeId: string; }