export function bilinear(src: any, dest: any): any; export function replicate(src: any, dest: any): any; export { bilinear as default };