$ApplyExtrinsicResult: $.Shape<$.Result<$.Result<readonly [],
    | {
        type: "CannotLookup";
    }
    | {
        type: "Other";
    }
    | {
        type: "BadOrigin";
    }
    | {
        type: "Module";
        value: {
            error: `0x${string}`;
            index: number;
        };
    }
    | {
        type: "ConsumerRemaining";
    }
    | {
        type: "NoProviders";
    }
    | {
        type: "TooManyConsumers";
    }
    | {
        type: "Token";
        value:
            | "FundsUnavailable"
            | "OnlyProvider"
            | "BelowMinimum"
            | "CannotCreate"
            | "UnknownAsset"
            | "Frozen"
            | "Unsupported"
            | "CannotCreateHold"
            | "NotExpendable"
            | "Blocked";
    }
    | {
        type: "Arithmetic";
        value: "Underflow" | "Overflow" | "DivisionByZero";
    }
    | {
        type: "Transactional";
        value: "LimitReached" | "NoLayer";
    }
    | {
        type: "Exhausted";
    }
    | {
        type: "Corruption";
    }
    | {
        type: "Unavailable";
    }
    | {
        type: "RootNotAllowed";
    }>, {
    type: "Invalid";
    value:
        | {
            type: "Call";
        }
        | {
            type: "Payment";
        }
        | {
            type: "Future";
        }
        | {
            type: "Stale";
        }
        | {
            type: "BadProof";
        }
        | {
            type: "AncientBirthBlock";
        }
        | {
            type: "ExhaustsResources";
        }
        | {
            type: "Custom";
            value: number;
        }
        | {
            type: "BadMandatory";
        }
        | {
            type: "MandatoryValidation";
        }
        | {
            type: "BadSigner";
        };
} | {
    type: "Unknown";
    value: {
        type: "Custom";
        value: number;
    } | {
        type: "CannotLookup";
    } | {
        type: "NoUnsignedValidator";
    };
}>, $.Result<$.Result<[],
    | {
        type: "CannotLookup";
    }
    | {
        type: "Other";
    }
    | {
        type: "BadOrigin";
    }
    | {
        type: "Module";
        value: {
            error: `0x${string}`;
            index: number;
        };
    }
    | {
        type: "ConsumerRemaining";
    }
    | {
        type: "NoProviders";
    }
    | {
        type: "TooManyConsumers";
    }
    | {
        type: "Token";
        value:
            | "FundsUnavailable"
            | "OnlyProvider"
            | "BelowMinimum"
            | "CannotCreate"
            | "UnknownAsset"
            | "Frozen"
            | "Unsupported"
            | "CannotCreateHold"
            | "NotExpendable"
            | "Blocked";
    }
    | {
        type: "Arithmetic";
        value: "Underflow" | "Overflow" | "DivisionByZero";
    }
    | {
        type: "Transactional";
        value: "LimitReached" | "NoLayer";
    }
    | {
        type: "Exhausted";
    }
    | {
        type: "Corruption";
    }
    | {
        type: "Unavailable";
    }
    | {
        type: "RootNotAllowed";
    }>, {
    type: "Invalid";
    value:
        | {
            type: "Call";
        }
        | {
            type: "Payment";
        }
        | {
            type: "Future";
        }
        | {
            type: "Stale";
        }
        | {
            type: "BadProof";
        }
        | {
            type: "AncientBirthBlock";
        }
        | {
            type: "ExhaustsResources";
        }
        | {
            type: "Custom";
            value: number;
        }
        | {
            type: "BadMandatory";
        }
        | {
            type: "MandatoryValidation";
        }
        | {
            type: "BadSigner";
        };
} | {
    type: "Unknown";
    value: {
        type: "Custom";
        value: number;
    } | {
        type: "CannotLookup";
    } | {
        type: "NoUnsignedValidator";
    };
}>> = ...