import { ObjectType } from '../Types/ObjectType.js'; import { TableEntry } from './TableEntry.js'; export declare class AppId extends TableEntry { static get default(): AppId; get objectName(): string; get objectType(): ObjectType; get subclassMarker(): string; static readonly blockRepBTag: string; static readonly blockRepETag: string; static readonly defaultName: string; constructor(name?: string); } //# sourceMappingURL=AppId.d.ts.map