import { QuoteTypes } from '../types/index.js';
import { QuoteParams } from '../utils/quote.js';
export declare function tryHandleFourMemeQuote(apiKey: string, apiUrl: string, params: QuoteParams): Promise<{
    isHandled: boolean;
    quote?: QuoteTypes;
    error?: string;
}>;
//# sourceMappingURL=fourMeme.d.ts.map