#! /usr/bin/env node import { NotionOnNextPageObjectResponse } from "../types/types"; export declare const downloadMedia: () => Promise; export declare function fetchImages(databaseId: string, pages?: NotionOnNextPageObjectResponse[], update?: boolean): Promise; export declare const downloadMediaToFolder: (url: string, path: string, callback: () => void, alreadyExistsCallback: () => void, update?: boolean) => Promise;