/** * Add Box to peer store * @param boxAddr * @returns */ export declare const addBox: (boxAddr: string) => Promise;