const bliss: {
analyze(path: string): Promise<Uint8Array>;
analyzeSync(path: string): Uint8Array;
};
export default bliss;