export declare function createCommand(username: string, command: string, parameters: string[]): string[]; export declare function aclDryrun(this: T, username: string, command: string, parameters: string[]): Promise;