import { Month } from '../models/optionChain'; export declare function convertToMonth(month: number): Month | undefined;