interface Bulk { (...args: VoidFunction[]): void; } export declare const bulk: Bulk; export {}; //# sourceMappingURL=bulk.d.ts.map