export interface MathInfo {
    name: string;
    returnType: string;
    paramTypes: string[];
}
export default class MathHInfo {
    static getInfo(): MathInfo[];
    static hardcodedFallback: MathInfo[];
}
//# sourceMappingURL=MathHInfo.d.ts.map