declare const _default: {
    unlink: (f: string) => false | void;
    rename: (f: string, to: string) => false | void;
};
export default _default;
//# sourceMappingURL=if-exist.d.ts.map