/// import type { Layout } from 'buffer-layout'; import type { anchor } from '@wormhole-foundation/sdk-solana'; export declare class IdlCoder { static fieldLayout(field: { name?: string; } & Pick, types?: anchor.IdlTypeDef[]): Layout; } //# sourceMappingURL=idl.d.ts.map