/**
 * Detects if the given object is a TGA source.
 */
export default function isTga(bytes: unknown): boolean;
