import type { RawImageChunkWithIndexAndFileTypeP as _ironpdfengineproto_RawImageChunkWithIndexAndFileTypeP, RawImageChunkWithIndexAndFileTypeP__Output as _ironpdfengineproto_RawImageChunkWithIndexAndFileTypeP__Output } from '../ironpdfengineproto/RawImageChunkWithIndexAndFileTypeP';
import type { ChromeImageBehaviorP as _ironpdfengineproto_ChromeImageBehaviorP, ChromeImageBehaviorP__Output as _ironpdfengineproto_ChromeImageBehaviorP__Output } from '../ironpdfengineproto/ChromeImageBehaviorP';
import type { ChromePdfRenderOptionsP as _ironpdfengineproto_ChromePdfRenderOptionsP, ChromePdfRenderOptionsP__Output as _ironpdfengineproto_ChromePdfRenderOptionsP__Output } from '../ironpdfengineproto/ChromePdfRenderOptionsP';
export interface _ironpdfengineproto_ChromeImageFilesToPdfRequestStreamP_InfoP {
    'imageBehavior'?: (_ironpdfengineproto_ChromeImageBehaviorP | null);
    'renderOptions'?: (_ironpdfengineproto_ChromePdfRenderOptionsP | null);
    '_renderOptions'?: "renderOptions";
}
export interface _ironpdfengineproto_ChromeImageFilesToPdfRequestStreamP_InfoP__Output {
    'imageBehavior'?: (_ironpdfengineproto_ChromeImageBehaviorP__Output);
    'renderOptions'?: (_ironpdfengineproto_ChromePdfRenderOptionsP__Output);
}
export interface ChromeImageFilesToPdfRequestStreamP {
    'info'?: (_ironpdfengineproto_ChromeImageFilesToPdfRequestStreamP_InfoP | null);
    'rawImagesFileChunk'?: (_ironpdfengineproto_RawImageChunkWithIndexAndFileTypeP | null);
    'request'?: "info" | "rawImagesFileChunk";
}
export interface ChromeImageFilesToPdfRequestStreamP__Output {
    'info'?: (_ironpdfengineproto_ChromeImageFilesToPdfRequestStreamP_InfoP__Output);
    'rawImagesFileChunk'?: (_ironpdfengineproto_RawImageChunkWithIndexAndFileTypeP__Output);
}
//# sourceMappingURL=ChromeImageFilesToPdfRequestStreamP.d.ts.map