export declare const accountTools: ({
    name: string;
    description: string;
    inputSchema: import("zod").ZodObject<{
        name: import("zod").ZodString;
        apiKey: import("zod").ZodString;
        isDefault: import("zod").ZodOptional<import("zod").ZodBoolean>;
    }, "strip", import("zod").ZodTypeAny, {
        name: string;
        apiKey: string;
        isDefault?: boolean | undefined;
    }, {
        name: string;
        apiKey: string;
        isDefault?: boolean | undefined;
    }>;
    handler: (args: import("zod").TypeOf<import("zod").ZodObject<{
        name: import("zod").ZodString;
        apiKey: import("zod").ZodString;
        isDefault: import("zod").ZodOptional<import("zod").ZodBoolean>;
    }, "strip", import("zod").ZodTypeAny, {
        name: string;
        apiKey: string;
        isDefault?: boolean | undefined;
    }, {
        name: string;
        apiKey: string;
        isDefault?: boolean | undefined;
    }>>) => Promise<{
        content: {
            type: string;
            text: string;
        }[];
    }>;
} | {
    name: string;
    description: string;
    inputSchema: import("zod").ZodObject<{}, "strip", import("zod").ZodTypeAny, {}, {}>;
    handler: (args: import("zod").TypeOf<import("zod").ZodObject<{}, "strip", import("zod").ZodTypeAny, {}, {}>>) => Promise<{
        content: {
            type: string;
            text: string;
        }[];
    }>;
} | {
    name: string;
    description: string;
    inputSchema: import("zod").ZodObject<{
        name: import("zod").ZodString;
    }, "strip", import("zod").ZodTypeAny, {
        name: string;
    }, {
        name: string;
    }>;
    handler: (args: import("zod").TypeOf<import("zod").ZodObject<{
        name: import("zod").ZodString;
    }, "strip", import("zod").ZodTypeAny, {
        name: string;
    }, {
        name: string;
    }>>) => Promise<{
        content: {
            type: string;
            text: string;
        }[];
    }>;
})[];
//# sourceMappingURL=index.d.ts.map