import { ScreenShotOptions } from "../../../../lib/type/components/screenshot";
export declare const normalizeScreenShotOptions: (options: ScreenShotOptions) => ScreenShotOptions;
