export * from './windows'; export class WindowsManager { // public open(openConfig: IOpenConfiguration) { // } } export type URIType = 'file' | 'folder';