import { Near } from "near-kit"; import type { PrivateKey } from "near-kit"; export declare const MY_ENV_NEAR_networkId: "mainnet" | "testnet" | "localnet" | "betanet" | { rpcUrl: string; networkId: string; }; export declare const MY_ENV_NEAR_accountId: string; export declare const MY_ENV_NEAR_publicKey: string | undefined; export declare const MY_ENV_NEAR_privateKey: PrivateKey | undefined; export declare const near_kit_env: Near; //# sourceMappingURL=new-env.d.ts.map