import type { IdlType } from "@coral-xyz/anchor/dist/esm/idl.js"; /** * Formats an IDL type as a string. This comes straight from the Anchor source. * @param idlType * @returns */ export declare const formatIdlType: (idlType: IdlType) => string; //# sourceMappingURL=idl.d.ts.map