import type { RespAclUserInfo } from '../index.ts'; export declare function createCommand(username: string): string[]; export declare function aclGetuser(this: T, username: string): Promise;