interface NewCollection extends Collection { addDataList?: ( docs: OptionalId[] ) => Promise>; } export {};