import LocalCommand from "../core/local-command"; export declare const readContent: (filePath: string) => Promise; export default class All extends LocalCommand { static description: string; static flags: {}; run(): Promise; }