import { CmdOption } from "../typings/index.js";
export declare class ImageStriper {
    removeUseless(option: CmdOption): Promise<void>;
}
