/**
 * @file Wrapper around worker to allow for instantiating workers on the fly.
 * @author James Reid
 */
/**
 *
 * @returns {Worker}
 */
export function getBlurridWorker(): Worker;
