import {ShaderPass} from'../../types';
/**
* @filterSepia
* @description Gives the image a reddish-brown monochrome tint that imitates an old photograph.
* @param amount 0 to 1 (0 for no effect, 1 for full sepia coloring)
*/exportconstsepia: ShaderPass;