import { UnitAndValueLong } from '../../complexType/UnitAndValueLong';
/** A Filer profile */
export interface Profile {
    /** Human-Readable name */
    fullName: string;
    /** Commercial name */
    name: string;
    /**  */
    size: UnitAndValueLong;
}
//# sourceMappingURL=Profile.d.ts.map