export interface FITSHeaderLine { val: string | number; comment: string | undefined; } //# sourceMappingURL=FITSHeaderLine.d.ts.map