import type { Hex } from "viem";
export declare const burnerWalletId: "burnerWallet";
export declare const burnerWalletName: "Burner Wallet";
/**
 * Gets the current burner private key from local/session storage
 */
export declare const loadBurnerPK: ({ useSessionStorage }?: {
    useSessionStorage?: boolean;
}) => Hex;
//# sourceMappingURL=index.d.ts.map