import { SystemConfigAccountData, SystemConfigAccountOptions } from "./types";
import { ApiResponse } from "./raydium/types";
export declare const getSystemConfig: (options: SystemConfigAccountOptions) => Promise<ApiResponse<SystemConfigAccountData>>;
