type Manifest = Record; export declare function sidePanel(context: string, manifest: Manifest): string | undefined; export {};