import { TypescriptFile } from "@protobuf-ts/plugin-framework";
export declare class IndexFile extends TypescriptFile {
    constructor(filename: string);
    getHeader(): string;
    getContent(): string;
}
