import { SolarCoreInput, SolarCoreResult } from './types'; export declare function calculateSolarCore(input: SolarCoreInput): SolarCoreResult;