/**
 * Layers Effects json utils for Components.
 *
 * @internal
 * @internal
 */

/**
 * Converts the effect property to its JSON value.
 *
 * Throws an error if the effect property is invalid.
 *
 * @param input
 * @internal
 * @internal
 */
export function toJSON(input: any | string): any;