export declare const sidekickOptionsContainer: {
    /**
     * Opens the sidekick container automatically.
     */
    open: () => void;
    /**
     * Closes the sidekick container (and sidebard content panel) automatically.
     */
    close: () => void;
};
