import { Layout } from "buffer-layout"; import { IdlField, IdlTypeDef } from "../../idl.js"; export declare class IdlCoder { static fieldLayout(field: { name?: string; } & Pick, types?: IdlTypeDef[]): Layout; static typeDefLayout(typeDef: IdlTypeDef, types?: IdlTypeDef[], name?: string): Layout; } //# sourceMappingURL=idl.d.ts.map