export default interface INodePlatformConfig {
    version?: number;
}
