export declare enum SnapEndowments {
    NetworkAccess = "endowment:network-access",
    SignatureInsight = "endowment:signature-insight",
    TransactionInsight = "endowment:transaction-insight",
    Cronjob = "endowment:cronjob",
    EthereumProvider = "endowment:ethereum-provider",
    MultichainProvider = "endowment:multichain-provider",
    Rpc = "endowment:rpc",
    WebAssemblyAccess = "endowment:webassembly",
    NameLookup = "endowment:name-lookup",
    LifecycleHooks = "endowment:lifecycle-hooks",
    Keyring = "endowment:keyring",
    HomePage = "endowment:page-home",
    SettingsPage = "endowment:page-settings",
    Assets = "endowment:assets",
    Protocol = "endowment:protocol",
    Messenger = "endowment:messenger"
}
//# sourceMappingURL=enum.d.mts.map