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