import type { RespAclLogEntry } from '../index.ts'; export declare function createCommand(count?: number | 'RESET'): string[]; export declare function aclLog(this: T, count?: number | 'RESET'): Promise;