/** * Canonical human-readable messages paired with SDK-originated * {@link PerpsError}s. * * @public */ export declare enum PerpsErrorMessage { AgentNotFound = "Agent not found. Complete provider setup (APPROVE_AGENT) first.", AgentStorageCorrupt = "Stored agent keypair is malformed. Revoke and re-approve the agent (APPROVE_AGENT) to regenerate it." } //# sourceMappingURL=constants.d.ts.map