/**
 * Detects if the given object is an M3 source.
 */
export default function isM3(bytes: unknown): boolean;
