/* tslint:disable */ export class ChromaprintContext { free(): void; constructor(); feed(arg0: Int16Array): void; finish(): string; }