import type { MemFsEditor } from '../index.js'; export default function append(this: MemFsEditor, to: string, contents: string | Buffer, options?: { create?: boolean; trimEnd?: boolean; separator?: string; }): void;