import { DIPPRVaporThermalConductivityProps } from "../interfaces/utils";
export declare const DIPPRVaporThermalConductivityDictionary: Record<string, DIPPRVaporThermalConductivityProps>;
export declare function calculateDIPPRVaporThermalConductivity(compound: string, temperature: number): number;
