import { StatusCode } from '../shared/codes.js'; declare function bin(args: string[]): Promise; export { bin };