export declare const RELATION_COLUMN_STRUCTURE: { type: string; maxLength: string; nullable: boolean; defaultValue: any; }; export declare const COMMON_TABLE_STRUCTURE: { stream_id: { type: string; maxLength: string; nullable: boolean; defaultValue: any; }; controller_did: { type: string; maxLength: string; nullable: boolean; defaultValue: any; }; stream_content: { type: string; maxLength: string; nullable: boolean; defaultValue: any; }; tip: { type: string; maxLength: string; nullable: boolean; defaultValue: any; }; last_anchored_at: { type: string; maxLength: any; nullable: boolean; defaultValue: any; }; first_anchored_at: { type: string; maxLength: any; nullable: boolean; defaultValue: any; }; created_at: { type: string; maxLength: any; nullable: boolean; defaultValue: any; }; updated_at: { type: string; maxLength: any; nullable: boolean; defaultValue: any; }; }; export declare const CONFIG_TABLE_MODEL_INDEX_STRUCTURE: { model: { type: string; maxLength: string; nullable: boolean; defaultValue: any; }; is_indexed: { type: string; maxLength: any; nullable: boolean; defaultValue: string; }; created_at: { type: string; maxLength: any; nullable: boolean; defaultValue: string; }; updated_at: { type: string; maxLength: any; nullable: boolean; defaultValue: string; }; updated_by: { type: string; maxLength: string; nullable: boolean; defaultValue: any; }; }; export declare const CONFIG_TABLE_STRUCTURE: { network: { type: string; maxLength: string; nullable: boolean; defaultValue: any; }; }; //# sourceMappingURL=cdb-schema-verfication.d.ts.map