/** @class
*
*/
class Export {
constructor() {
this.revision = 1;
throw new Error( 'Not implemented' );
}
}
export { Export }
/** @class
*
*/
class Export {
constructor() {
this.revision = 1;
throw new Error( 'Not implemented' );
}
}
export { Export }