export interface EmbeddableFlameGraphOptions { title?: string; filename?: string; primaryColor?: string; secondaryColor?: string; height?: number | string; } export interface EmbeddableFlameGraphResult { html: string; script: string; } export interface EmbeddableFlameGraphBundle { bundle: string; } /** * Get the flamegraph bundle code (for including once in your page) * This should be included once in a