import { Rate } from "../../db/types"; interface ArchiveForDateQuery { userId: string; publisherId: number; date: string; } export declare function archiveForDate(options: ArchiveForDateQuery): Promise; export {};