import { IMasterV1 } from '../interfaces/i-master-v1';
export declare class MasterV1Entity implements IMasterV1 {
    ie: string | null;
    constructor(data?: Partial<MasterV1Entity>);
}
