declare function create(configDir: string, name?: string, detail?: string): Promise; export default create;