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