import type { Adapter } from '@yoot/yoot';
export { adapter };
/**
 * An adapter for Imgix URLs.
 *
 * @remarks Supports `.imgix.net` URLs and maps `yoot` directives to Imgix parameters.
 * @public
 */
declare const adapter: Adapter;
