export function idlFactory({ IDL }: {
    IDL: any;
}): any;
