import { Tool } from "@modelcontextprotocol/sdk/types.js";
import { ServiceContainer } from "../../services/service-container.js";
export declare const toolDefinition: Tool;
export declare const handler: (args: {}, services: ServiceContainer) => Promise<{
    content: {
        type: string;
        text: string;
    }[];
}>;
export declare const schema: {
    type: string;
    properties: {};
};
//# sourceMappingURL=get-active-account.d.ts.map