declare function add(fullPath: string): void;
declare function remove(fullPath: string): void;
declare const _default: {
    add: typeof add;
    remove: typeof remove;
};
export default _default;
