import { AxiosInstance } from 'axios';
export declare function getDocumentOverlayInfo(api: AxiosInstance, docId: string): Promise<any>;
export declare function getOverlayImage(api: AxiosInstance, overlayId: string, overlayImageId: string): Promise<any>;