/**
 * Scopes for Stellar account type. See {@link KeyringAccount.scopes}.
 *
 * @see https://namespaces.chainagnostic.org/stellar/caip2
 */
export declare enum XlmScope {
    Pubnet = "stellar:pubnet",
    Testnet = "stellar:testnet"
}
//# sourceMappingURL=constants.d.cts.map