import { type ProfileEffect } from "./profileEffects.js";
/**
 * Find a profile effect by its ID, SKU ID, or title.
 *
 * @param profileEffect The ID, SKU ID, or title of the profile effect to find.
 * @returns The profile effect, if found; otherwise, `undefined`.
 */
export declare function findProfileEffect(profileEffect: string): ProfileEffect | undefined;
//# sourceMappingURL=findProfileEffect.d.ts.map