import type { TypeNode } from '@codama/nodes';
import { Fragment, RenderScope, TypeManifest } from '../utils';
export declare function getTypeWithCodecFragment(scope: Pick<RenderScope, 'nameApi'> & {
    codecDocs?: string[];
    decoderDocs?: string[];
    encoderDocs?: string[];
    manifest: TypeManifest;
    name: string;
    node: TypeNode;
    size: number | null;
    typeDocs?: string[];
}): Fragment;
//# sourceMappingURL=typeWithCodec.d.ts.map