export declare const replaceFileContent: (pathlike: string | URL, startOffset: number, endOffset: number, newContent: string) => Promise;