/**
 * 未使用シンボル検出のコマンドクラス
 */
export declare class DeadCommand {
    /**
     * コマンドを実行する
     * @param file ファイルパス
     * @param options オプション
     */
    static execute(file: string, options: any): Promise<void>;
}
