export declare const checkInteractive: (...args: any[]) => boolean;
export declare const isInteractive: () => boolean;
