/**
 * 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<null>;
//# sourceMappingURL=unregisterTaskAsync.d.ts.map