///
///
import * as anchor from "@project-serum/anchor";
import NodeWallet from "@project-serum/anchor/dist/cjs/nodewallet";
import { PublicKey } from "@solana/web3.js";
import { Credix as Credix } from "../idl/credix";
import { Credix as CredixMainnet } from "../idl/credixMainnet";
export declare const wallet: NodeWallet;
export declare const provider: anchor.AnchorProvider;
export declare const programMainnet: anchor.Program;
export declare const program: anchor.Program;
export declare const encodeSeedString: (seedString: string) => Buffer;
export declare const loadMigrationTracker: () => string[];
export declare const addMigratedAccount: (accountPk: PublicKey) => void;
export declare const addMigratedAccountString: (accountPk: string) => void;
//# sourceMappingURL=migration.utils.d.ts.map