import { IDecodedTga, IDecodeTgaOptions } from '../shared/types.js'; export declare function decodeTga(data: Readonly, options?: IDecodeTgaOptions): Promise;