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