import { type FsVoidResult } from '../types/fs-void-result.cjs'; export declare function createLink(source: string, target: string): Promise; export declare const ensureLink: typeof createLink;