declare module "open" {
    var open: { (something: string, openWith?: string): void };
    export = open;
}