export function analyzeSync(path: string): Uint8Array;
export function analyze(path: string): Promise<Uint8Array>;