export declare const createArweaveWallet: () => Promise; export declare const uploadToArweave: (data: any, key: any) => Promise;