export declare const sidekickOptionsContainer: { /** * Opens the sidekick container automatically. * * @deprecated Use the new {@link sidekickArea} object instead. */ open: () => void; /** * Closes the sidekick container (and sidebard content panel) automatically. * * @deprecated Use the new {@link sidekickArea} object instead. */ close: () => void; };