import { AccountNode, StructTypeNode } from '@codama/nodes'; import { IdlV00AccountDef } from './idl'; export declare function accountNodeFromAnchorV00(idl: IdlV00AccountDef, origin?: 'anchor' | 'shank'): AccountNode; //# sourceMappingURL=AccountNode.d.ts.map