export type IsRunningMethod = (useRealStatus?: boolean) => boolean;
export declare const isRunning: IsRunningMethod;
