import { oMethod } from '@olane/o-protocol'; /** * Method definitions for the Example Tool * These methods are discoverable by AI agents and define the tool's capabilities */ export declare const EXAMPLE_METHODS: { [key: string]: oMethod; }; //# sourceMappingURL=example.methods.d.ts.map