export declare const attributeBase: {
    attributeId: string;
    attributeTypeId: string;
    description: string;
    name: string;
    adminStatusId: string;
    adminUserId: string;
};
