export declare const $InvalidStateReference: { readonly type: "all-of"; readonly contains: readonly [{ readonly type: "ErrorResponse"; }, { readonly properties: { readonly targetStateId: { readonly type: "string"; }; readonly inboundInvalidNonStateReferences: { readonly type: "array"; readonly contains: { readonly type: "InvalidNonStateReference"; }; }; readonly inboundInvalidStateReferences: { readonly type: "array"; readonly contains: { readonly type: "InvalidStateReference"; }; }; readonly outboundInvalidStateReferences: { readonly type: "array"; readonly contains: { readonly type: "InvalidStateReference"; }; }; readonly errorType: { readonly type: "string"; }; }; }]; };