export interface ContentScript { filename: string; fn: Function; } export declare const runtimeScripts: ContentScript[]; export declare const stubScripts: ContentScript[]; //# sourceMappingURL=index.d.ts.map