type BackgroundFetchStatus = 0 | 1 | 2 export async function configure( _handler: (taskId: string) => Promise, _timeoutHandler: (taskId: string) => Promise, ): Promise { // TODO return 0 } export function finish(_taskId: string) { // TODO }