/** Task's dunction */
export declare enum FunctionEnum {
    'abuse' = "abuse",
    'changeFtpPassword' = "changeFtpPassword",
    'changeRam' = "changeRam",
    'changeVersion' = "changeVersion",
    'configuration/update' = "configuration/update",
    'create' = "create",
    'database/copy' = "database/copy",
    'database/copyRestore' = "database/copyRestore",
    'database/create' = "database/create",
    'database/delete' = "database/delete",
    'database/dump' = "database/dump",
    'database/dump/delete' = "database/dump/delete",
    'database/extension/create' = "database/extension/create",
    'database/extension/delete' = "database/extension/delete",
    'database/import' = "database/import",
    'database/restore' = "database/restore",
    'database/wizard' = "database/wizard",
    'delete' = "delete",
    'grant/create' = "grant/create",
    'grant/delete' = "grant/delete",
    'grant/update' = "grant/update",
    'install' = "install",
    'overquota/in' = "overquota/in",
    'overquota/out' = "overquota/out",
    'quotaRefresh' = "quotaRefresh",
    'refresh' = "refresh",
    'reopen' = "reopen",
    'restart' = "restart",
    'start' = "start",
    'stop' = "stop",
    'suspend' = "suspend",
    'user/changePassword' = "user/changePassword",
    'user/create' = "user/create",
    'user/delete' = "user/delete",
    'webhostingNetwork/disable' = "webhostingNetwork/disable",
    'webhostingNetwork/enable' = "webhostingNetwork/enable",
    'whitelist/create' = "whitelist/create",
    'whitelist/delete' = "whitelist/delete",
    'whitelist/update' = "whitelist/update"
}
//# sourceMappingURL=FunctionEnum.d.ts.map