/** * File header generation */ import { IrModule } from "@tsonic/frontend"; import { EmitterOptions } from "../../../types.js"; import type { CSharpTriviaAst } from "../backend-ast/types.js"; /** * Generate file header with source info */ export declare const generateHeader: (module: IrModule, options: EmitterOptions) => readonly CSharpTriviaAst[]; //# sourceMappingURL=header.d.ts.map