export declare const idlFactory: ({ IDL }: {
    IDL: any;
}) => any;
