import { MatchedItem } from "./ExpoShazamKit.types";
export declare function isAvailable(): boolean;
export declare function startListening(): Promise<MatchedItem[]>;
export declare function stopListening(): void;
export declare function addToShazamLibrary(): Promise<{
    success: boolean;
}>;
export { MatchedItem };
//# sourceMappingURL=index.d.ts.map