import type { EmitterOptions } from "../types.js"; export declare const compileToCSharp: (source: string, fileName?: string, emitOptions?: Partial) => string; export declare const compileProjectToCSharp: (files: Readonly>, entryRelativePath: string, emitOptions?: Partial, projectOptions?: { readonly sourceRootRelativePath?: string; readonly rootNamespace?: string; }) => string; //# sourceMappingURL=helpers.d.ts.map