import { ISdtfWriteableAsset, ISdtfWriteableComponentFactory } from '@shapediver/sdk.sdtf-core';
import { ISdtfGrasshopperSdtfBuilder } from './builder/ISdtfGrasshopperSdtfBuilder';
import { ISdtfWriter, ISdtfWriterDataItem } from './ISdtfWriter';
export declare class SdtfWriter implements ISdtfWriter {
    private readonly factory;
    constructor(factory: ISdtfWriteableComponentFactory);
    createSimpleDataSdtf(chunkName: string, data: ISdtfWriterDataItem[]): ISdtfWriteableAsset;
    createGrasshopperSdtfBuilder(): ISdtfGrasshopperSdtfBuilder;
}
//# sourceMappingURL=SdtfWriter.d.ts.map