declare function bin(args: string[]): Promise<1 | 0 | undefined>; export { bin };