/**
 * This is a port of the anchor command `anchor idl convert` to TypeScript.
 */
import { Idl } from "@coral-xyz/anchor";
export declare function convertLegacyIdlToV30(idl: any, programAddress?: string): Idl;
//# sourceMappingURL=legacy.idl.converter.d.ts.map