import { ISdtfIntegration, ISdtfReadableContentComponent } from '@shapediver/sdk.sdtf-core';
import { ISdtfDataParser } from './ISdtfDataParser';
export declare class SdtfDataParser implements ISdtfDataParser {
    private readonly integrations;
    constructor(integrations: ISdtfIntegration[]);
    parseContent(component: ISdtfReadableContentComponent): Promise<unknown>;
}
//# sourceMappingURL=SdtfDataParser.d.ts.map