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