import type { DescFile } from "@bufbuild/protobuf";
export declare function makeFilePreamble(file: DescFile, pluginName: string, pluginVersion: string | undefined, parameter: string, tsNoCheck: boolean): string;
