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

/**
 * @filter         Noise
 * @description    Adds black and white noise to the image.
 * @param amount   0 to 1 (0 for no effect, 1 for maximum noise)
 */
export const noise: ShaderPass;
