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