import { AccountNode } from '@codama/nodes'; import { NodePath } from '@codama/visitors-core'; import { Fragment, RenderScope, TypeManifest } from '../utils'; export declare function getAccountTypeFragment(scope: Pick & { accountPath: NodePath; size: number | null; typeManifest: TypeManifest; }): Fragment | undefined; //# sourceMappingURL=accountType.d.ts.map