declare const applyFilter: (selector: any, filter: any, image: HTMLImageElement, amount?: number) => void; export default applyFilter;