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