export interface FrameworkVersion { framework: string; } export declare function getFrameworkVersion(): Promise;