import type { Fcl } from "@rarible/fcl-types"; import type { FlowContractAddress, Maybe } from "@rarible/types"; import type { AuthWithPrivateKey, FlowNetwork, FlowTransaction } from "../types"; export declare function setupAccount(fcl: Maybe, auth: AuthWithPrivateKey, network: FlowNetwork, collection: FlowContractAddress): Promise; export declare function setupVault(fcl: Maybe, auth: AuthWithPrivateKey, network: FlowNetwork): Promise;