export function idlFactory({ IDL }: {
    IDL: any;
}): any;
export function init({ IDL }: {
    IDL: any;
}): never[];
