import { CwiError } from 'cwi-base'; /** * An internal server error has occurred. */ export declare class ERR_CONF_TOPIC_NOT_SUPPORTED extends CwiError { constructor(description?: string); } export declare class ERR_CONF_INVALID_ENVELOPE extends CwiError { constructor(description?: string); } export declare class ERR_CONF_LOOKUP_SERVICE_NOT_SUPPORTED extends CwiError { constructor(description?: string); } export declare class ERR_CONF_UTXO_NOT_FOUND extends CwiError { constructor(description?: string); } //# sourceMappingURL=ERR_CONF.d.ts.map