import { COMPOSITOIN } from "../Composition";
import ResourceMain from "../ResourceMai";
export declare class BundelMain extends ResourceMain {
    protected entry: any[];
    protected gcpCredetials: any;
    protected gcpPath: any;
    constructor(gcpCredetials: any, gcpPath: any);
    getentries(composition: any, pdfData: string): Promise<{
        entry: any[];
        compositionObj: COMPOSITOIN;
    }>;
    getpdf(options: {
        html: string;
        qrCode: string;
        compositionRes?: any;
        singleImagePerPage?: boolean;
    }): Promise<string>;
    protected getAllSectionAndAllEntries: (index: number, sections: any[]) => Promise<void>;
    protected getEntriesPerSection: (index: number, sectionEntries: any[]) => Promise<void>;
}
//# sourceMappingURL=index.d.ts.map