import { ISdtfBufferValue, ISdtfReadableContentComponent, ISdtfTypeReader } from '@shapediver/sdk.sdtf-core'; export declare class SdtfPrimitiveTypeReader implements ISdtfTypeReader { private readonly validator; readComponent(component: ISdtfReadableContentComponent): Promise; mapColor(content: unknown): unknown; mapGenericData(content?: ISdtfBufferValue): unknown; } //# sourceMappingURL=SdtfPrimitiveTypeReader.d.ts.map