declare namespace FastdomPromised { export function clear>(task: T): void; export function initialize(): void; export function measure void>(task: T, context?: any): Promise>; export function mutate void>(task: T, context?: any): Promise>; } export = FastdomPromised;