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