export { LyricalClient, LyricalClientOptions, GetLyricsOptions, QuerySongOptions, } from "./src/Client";
export type { LyricSearchResult } from "./src/types/LyricalSearchResult";
export type { LyricLine } from "./src/types/LyricLine";
//# sourceMappingURL=index.d.ts.map