export interface StabilityAITextToImageResult { artifacts: { base64: string; }[]; message?: string; } //# sourceMappingURL=stabilityAIResult.d.ts.map