export declare const crawlEnqueue: (data: {
    pages: string[];
    user_id: number;
    html?: string;
}) => Promise<void>;
