import type { TestUtils } from "@rarible/aptos-sdk"; import type { IRaribleSdk } from "../../../../index"; import type { RaribleSdkEnvironment } from "../../../../config/domain"; export declare function createSdk(state: TestUtils.TestAptosState, env?: RaribleSdkEnvironment): IRaribleSdk;