export * from '@tensorflow/tfjs-core';
export * from '@tensorflow/tfjs-layers';
export * from '@tensorflow/tfjs-converter';
import * as data from '@tensorflow/tfjs-data';
export { data };
export declare const version: {
    'tfjs-core': string;
    'tfjs-data': string;
    'tfjs-layers': string;
    'tfjs-converter': string;
    'tfjs': string;
};
