import { Processing } from "../Processings"; export declare function createNextAnimateFrame(): Processing void) | undefined]>; export declare function createNextAnimateFrameWithStartValues(func?: () => void): Processing; export declare function createNextMicroTask(): Processing void) | undefined]>; export declare function createNextMicroTaskWithStartValues(func?: () => void): Processing; export declare function createTimeout(): Processing void) | undefined, time?: number | undefined]>; export declare function createTimeoutWithStartValues(func?: () => void, time?: number): Processing; export declare function createInterval(): Processing void, time?: number | undefined]>; export declare function createIntervalWithStartValues(func: (() => void), time?: number): Processing; export declare function createAnimateFrame(): Processing void]>; export declare function createAnimateFrameWithStartValues(func: ((timeStamp: number) => void)): Processing;