import { SafeWrapFn } from './createWrapSafe.js';
import { IsSupportedType } from './wrapSafe.js';
export declare function createWrapSupported(component: string, isSupported: IsSupportedType): SafeWrapFn<true>;
