import type { CreateContent } from './writer'; export declare const nodeWriter: (path: string) => { createContent: CreateContent; };