import type { IProtoDataProps, TConfigParams } from '../../interface';
export declare function createContent(groupedData: IProtoDataProps[][], config: TConfigParams): Promise<void>;
