/** @return a sequence of dispatches sizes large enough to cover all * of the source elements, without exceeding the maximum dispatch size */ export declare function calcDispatchSizes(elems: number, workgroupLength: number, maxWorkgroups: number): number[];