import { MintTokenOptions, MintTokenResponse } from "./types";
import { ApiResponse } from "./raydium/types";
export declare const mintToken: (options: MintTokenOptions) => Promise<ApiResponse<MintTokenResponse>>;
