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