export declare function isImageType(type: string): boolean; export declare function decodeAsImage(file: File): Promise; export declare function pixelRatio(image: Pick, viaPaste: boolean): number;