/** Partition Quota */
export interface Quota {
    /** the size to set in MB */
    size: number;
    /** the uid to set quota on */
    uid: number;
}
//# sourceMappingURL=Quota.d.ts.map