import Attributes from '../Attributes';
/**
 * Iterates over effects object to get matching effect.
 */
export default function (name: string, attributes: Attributes): string | void;
export declare const TEXTURE_EFFECT_EXCEPTION: string[];
