import { ITgaDecodeContext } from '../shared/types'; export declare function readText(ctx: ITgaDecodeContext, textDecoder: TextDecoder | undefined, maxLength: number, isCompressed?: boolean): string;