export function GetBinding(path: string): any {
    return require(path)
}
