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