/** * @returns Whether we have the barrel shrine */ export declare function have(): boolean; /** * Smashes all barrels in our inventory */ export declare function smashParty(): void;