export declare const setNonInteractive: (value: boolean) => void; export declare const isInteractive: () => boolean;