export type DebugScreenshotProvider = {
    save: boolean;
    path?: string;
    prefix?: string;
};
