export interface Graph {
/**
* Gets vega specification
*/
getSpec(): {},
* Gets vega configuration
getConfig(): {}
}