import { type Config } from '../../config/config'; export type Options = { to: string; value: string; bounce?: boolean; config?: string; json?: boolean; }; export declare function send(options: Options, config: Config, network: string): Promise; //# sourceMappingURL=send.d.ts.map