/** Create a new ceph erasure pool */
export interface Create {
    /** Name of the new pool erasure */
    poolName: string;
}
//# sourceMappingURL=Create.d.ts.map