export declare const upperCasePattern: RegExp; export declare const propLower: (m: string) => string; export declare const msPattern: RegExp; export declare const _: undefined; export declare const idle: "idle"; export declare const finished: "finished"; export declare const paused: "paused"; export declare const running: "running";