import { Address } from "./address"; /** * For internal use only. */ export declare class Compatibility { /** * For internal use only. */ static guardAddressIsSetAndNonZero(address: Address | undefined, context: string, resolution: string): void; }