export { ImagenaiClient, createImagenaiClient } from './client';
export type { ImagenaiConfig, GenerateImageOptions, GeneratedImage, UsageInfo, ImagenaiError } from './types';
export * from './constants';
export { ImagenaiAltTagProcessor } from './alt-tag-processor';
export type { AltTagConfig, ProcessingOptions } from './alt-tag-processor';
export declare const isBrowser: boolean;
export declare const isNode: string | false;
