import { MountId, SsrAdapter } from './types'; export declare function exists(id: MountId, ssr?: SsrAdapter): boolean;