import type { Maybe } from "@rarible/types"; import type { Fcl } from "@rarible/fcl-types"; import type { ConfigurationParameters } from "@rarible/flow-api-client"; import type { FlowEnv } from "../../config/env"; import type { AuthWithPrivateKey } from "../../types"; export declare function createTestFlowSdk(fcl: Maybe, network: FlowEnv, params?: ConfigurationParameters, auth?: AuthWithPrivateKey): import("../../index").FlowSdk; export declare function getAPIKey(env: FlowEnv): string | undefined;