interface RmDistProps { removeFolder: boolean; } export declare function rmDist(props?: RmDistProps): void; export {};