import Command from '@oclif/command';
export declare abstract class AutocompleteBase extends Command {
get cliBin(): string;
get cliBinEnvVar(): string;
errorIfWindows(): void;
errorIfNotSupportedShell(shell: string): void;
get autocompleteCacheDir(): string;
get acLogfilePath(): string;
writeLogFile(msg: string): void;
}