import { EntryOptions, Output } from './types';
export declare const product: (options: EntryOptions) => Promise<Output>;
export declare const reviews: (options: EntryOptions) => Promise<Output>;
