import { IntroJs } from "../intro";
/**
 * Set the "Don't show again" state
 *
 * @api private
 */
export declare function setDontShowAgain(intro: IntroJs, dontShowAgain: boolean): void;
/**
 * Get the "Don't show again" state from cookies
 *
 * @api private
 */
export declare function getDontShowAgain(intro: IntroJs): boolean;
