/** * Summary. (bla bla bla) * * Description. (bla bla bla) * * @link github https://github.com/fab77/FITSParser * @author Fabrizio Giordano */ export declare class FITSHeaderItem { _key: string; _value: string | number; _comment: string; constructor(key: string, value: string | number, comment: string); get key(): string; get comment(): string; get value(): string | number; } //# sourceMappingURL=FITSHeaderItem.d.ts.map