import { EIT } from "@chinachu/aribts/lib/table/eit";
export default class EPG {
    private _epg;
    write(eit: EIT): void;
    end(): void;
}
