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