export type { EachLabsClient } from './createEachLabsClient'; export type { EachLabsProviderConfiguration } from './createImageProvider'; export declare const ASPECT_RATIO_MAP: Record; export declare function getImageDimensionsFromAspectRatio(aspectRatio: string): { width: number; height: number; };