import type { UnlinkCallback } from './types.js';
export default function unlink(target: string, callback?: UnlinkCallback): void | Promise<string>;
