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

/**
 * FXAA - Fast Approximate Anti-aliasing.
 */
export const fxaa: ShaderPass;
