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