import { AccountNode } from '@codama/nodes'; import type { IdlV01Account, IdlV01TypeDef } from './idl'; import type { GenericsV01 } from './unwrapGenerics'; export declare function accountNodeFromAnchorV01(idl: IdlV01Account, types: IdlV01TypeDef[], generics: GenericsV01): AccountNode; //# sourceMappingURL=AccountNode.d.ts.map