import { HealthTool } from "../interfaces/types";
export declare const useHealthToolsCache: (locale: string) => {
    allTools: HealthTool[];
    getHealthToolLink: (type: string) => string;
};
