declare const unsplashClient: (keywords: string[]) => Promise<string[]>;
export default unsplashClient;
