import { Registration } from "@mcp3/common";
export { registerTools } from "./tools/index.js";
export * from "./client.js";
/**
 * Register DexScreener global options with the Registration
 * @param registration The Registration instance
 */
export declare function registerGlobalOptions(registration: Registration): void;
//# sourceMappingURL=index.d.ts.map