export declare const voiceTools: ({
    name: string;
    description: string;
    inputSchema: import("zod").ZodObject<{
        category: import("zod").ZodOptional<import("zod").ZodString>;
        includeSettings: import("zod").ZodOptional<import("zod").ZodBoolean>;
    }, "strip", import("zod").ZodTypeAny, {
        category?: string | undefined;
        includeSettings?: boolean | undefined;
    }, {
        category?: string | undefined;
        includeSettings?: boolean | undefined;
    }>;
    handler: (args: import("zod").TypeOf<import("zod").ZodObject<{
        category: import("zod").ZodOptional<import("zod").ZodString>;
        includeSettings: import("zod").ZodOptional<import("zod").ZodBoolean>;
    }, "strip", import("zod").ZodTypeAny, {
        category?: string | undefined;
        includeSettings?: boolean | undefined;
    }, {
        category?: string | undefined;
        includeSettings?: boolean | undefined;
    }>>) => Promise<{
        content: {
            type: string;
            text: string;
        }[];
    }>;
} | {
    name: string;
    description: string;
    inputSchema: import("zod").ZodObject<{
        voiceId: import("zod").ZodString;
    }, "strip", import("zod").ZodTypeAny, {
        voiceId: string;
    }, {
        voiceId: string;
    }>;
    handler: (args: import("zod").TypeOf<import("zod").ZodObject<{
        voiceId: import("zod").ZodString;
    }, "strip", import("zod").ZodTypeAny, {
        voiceId: string;
    }, {
        voiceId: string;
    }>>) => 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;
        }[];
    }>;
})[];
//# sourceMappingURL=index.d.ts.map