import { IpresetUmi } from "./types";
export interface IWriteTmpFile {
    path: string;
    target: string;
    data: object;
}
declare const _default: (api: IpresetUmi) => void;
export default _default;
