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