import { TCommand } from "../../types";
export declare const fileDisplay: (filePath: string, fileProcess?: ((file: string) => void) | undefined, ingores?: string[]) => Promise<void>;
export declare const minifyCommad: TCommand;
