export declare function ignoreEventValue<T>(val: T, opts?: {
    requireType?: string;
}): T | undefined;
