import { IImageConfig } from './types'; export declare type ExtendedImageConfig = IImageConfig & { frameId: string; }; declare function image(config: ExtendedImageConfig, printFrame: HTMLIFrameElement): void; export { image };