import {ShaderPass} from '../../types';

/**
 * Edge Work -
 * Picks out different frequencies in the image by subtracting two
 * copies of the image blurred with different radii.
 * @param radius The radius of the effect in pixels.
 */
export const edgeWork: ShaderPass;
