import type { ClientAndChain } from "../utils/types.js"; import type { DistributeContent } from "./types.js"; type DistrbuteTokenParams = ClientAndChain & { tokenAddress: string; contents: DistributeContent[]; }; export declare function distributeToken(options: DistrbuteTokenParams): Promise>; export {}; //# sourceMappingURL=distribute-token.d.ts.map