import type { FileStat } from '../types.ts'; export declare const NO_FOLLOW_OPS: ReadonlySet; export declare const STAMP_WRITE_OPS: ReadonlySet; export interface NamespaceLinks { follow(path: string): string; isLink(path: string): boolean; readlink(path: string): string | null; linkStatAt(path: string): FileStat | null; symlinkTargets(): Map; } //# sourceMappingURL=config.d.ts.map