export declare function createCommand(...usernames: string[]): string[]; export declare function aclDeluser(this: T, ...usernames: string[]): Promise;