import { ISdtfIntegration, ISdtfReadableAsset, ISdtfWriteableAsset } from '@shapediver/sdk.sdtf-core';
import { ISdtfComponentList } from '../structure/ISdtfComponentList';
import { ISdtfFormatter } from './ISdtfFormatter';
export declare class SdtfFormatter implements ISdtfFormatter {
    private readonly factory;
    private readonly postProcessor;
    constructor(integrations: ISdtfIntegration[]);
    prettifyReadableAsset(asset: ISdtfReadableAsset): string;
    prettifyWriteableAsset(asset: ISdtfWriteableAsset): string;
    prettifyAsset(componentList: ISdtfComponentList): string;
}
//# sourceMappingURL=SdtfFormatter.d.ts.map