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