import * as fromDatatype from '../datatype-library/index'; export interface bl_applet_catalog_line_RowInterface { guid: fromDatatype.GuidDataFieldInterface; hdr_guid: fromDatatype.GuidDataFieldInterface; code: fromDatatype.VarcharDatatypeInterface; name: fromDatatype.VarcharDatatypeInterface; description: fromDatatype.TextDatatypeInterface; status: fromDatatype.StatusDataFieldInterface; revision: fromDatatype.RevisionDataFieldInterface; vrsn: fromDatatype.VrsnDataFieldInterface; property_json: fromDatatype.JsonDatatypeInterface; } export declare class bl_apple_catalog_line_RowClass implements bl_applet_catalog_line_RowInterface { guid: fromDatatype.GuidDataFieldInterface; hdr_guid: fromDatatype.GuidDataFieldInterface; code: fromDatatype.VarcharDatatypeInterface; name: fromDatatype.VarcharDatatypeInterface; description: fromDatatype.TextDatatypeInterface; status: fromDatatype.StatusDataFieldInterface; revision: fromDatatype.RevisionDataFieldInterface; vrsn: fromDatatype.VrsnDataFieldInterface; property_json: fromDatatype.JsonDatatypeInterface; }