import { GetMintDataOptions, GetMintDataResponse } from "./types";
import { ApiResponse } from "./raydium/types";
export declare const getMintData: (options: GetMintDataOptions) => Promise<ApiResponse<GetMintDataResponse>>;
