import type { GlobalFragmentScope } from '../getRenderMapVisitor';
import { TypeManifest } from '../TypeManifest';
import { Fragment } from './common';
export declare function getTypeWithCodecFragment(scope: Pick<GlobalFragmentScope, 'nameApi'> & {
    codecDocs?: string[];
    decoderDocs?: string[];
    encoderDocs?: string[];
    manifest: TypeManifest;
    name: string;
    typeDocs?: string[];
}): Fragment;
//# sourceMappingURL=typeWithCodec.d.ts.map