/** * Used to unregister tasks registered with `registerTaskAsync` method. * @param taskName The string you passed to `registerTaskAsync` as the `taskName` parameter. * @header inBackground */ export default function unregisterTaskAsync(taskName: string): Promise; //# sourceMappingURL=unregisterTaskAsync.d.ts.map