interface Options { name: string; baseUrl?: string; token: string; } export declare function add(options: Options): Promise; export {};