import { web3 } from "@project-serum/anchor"; import { ShdwDrive } from "@shadow-drive/sdk"; import { ProposalData } from "./types"; export declare const isBrowser: boolean; export declare const createShadowAccount: (name: string, proposalData: ProposalData, drive: ShdwDrive) => Promise; export declare const uploadProposalMetadata: (name: string, proposalData: ProposalData, accountAddress: web3.PublicKey, drive: ShdwDrive) => Promise; //# sourceMappingURL=utils.d.ts.map