/** * Error thrown when a field is not present on an InteroperableAddress * but is required for a specific operation (e.g., getAddress/getChainId). */ export declare class FieldNotPresent extends Error { constructor(fieldName: "address" | "chainReference"); } //# sourceMappingURL=FieldNotPresent.exception.d.ts.map