export interface IOptions { quality?: number; scale?: number; } export declare const compressPDF: (file: File, options?: IOptions) => Promise;