import type { FlowAddress } from "@rarible/types"; import type { FlowCurrency, FlowNetwork } from "../../types"; export declare function getPreparedAddressArgument(address: FlowAddress): string; export declare function getPreparedCadenceScript(network: FlowNetwork, currency: FlowCurrency): string;