export declare const generateGiphy: (epName: string) => Promise<{ still: string; medium: string; }>;