export declare class MasterRdsEntity { id: string; cpk: string; csk: string; pk: string; sk: string; masterType: string; masterTypeCode: string; masterCode: string; tenantCode: string; seq: number; code: string; name: string; version: number; isDeleted: boolean; createdBy: string; createdIp: string; createdAt: Date; updatedBy: string; updatedIp: string; updatedAt: Date; syncFrom?: string; syncDate?: Date; attributes?: Record; constructor(data: any); }