declare const _default: {
    definition: {
        name: string;
        description: string;
        inputSchema: {
            type: string;
            properties: {
                mp4_path: {
                    type: string;
                    description: string;
                };
                width: {
                    type: string;
                    description: string;
                    default: number;
                };
                fps: {
                    type: string;
                    description: string;
                    default: number;
                };
            };
            required: string[];
        };
    };
    handler: {
        'tools/call': (request: any) => Promise<unknown>;
    };
};
export default _default;
//# sourceMappingURL=mp4-to-gif.d.ts.map