import { type IInsightDefinition } from "@gooddata/sdk-model"; /** * generate the insight view embedded code * * @internal */ export declare const insightViewEmbeddedCodeGenerator: (insight: IInsightDefinition, config?: import("../../interfaces/VisualizationDescriptor.js").IEmbeddingCodeConfig | undefined) => string; /** * DO NOT USE THIS INSIGHTVIEW CODE GENERATOR, IT'S FOR INTERNAL PURPOSE ONLY. * * @internal */ export declare const insightViewCodeGenerator: (insight: IInsightDefinition, config?: import("../../interfaces/VisualizationDescriptor.js").IEmbeddingCodeConfig | undefined) => string; //# sourceMappingURL=insightViewCodeGenerator.d.ts.map