export declare function usePlayCatMusicFile({ hasInteracted, }: {
    hasInteracted: boolean;
}): {
    playMusic: () => void;
};
export declare const musicQuasarLoops: string[];
