export declare class RejectionCode { readonly raw: string; private constructor(); static from(raw: string): RejectionCode; label(): string; wireName(): string; toString(): string; } //# sourceMappingURL=rejection.d.ts.map