1 2 3 4 5 6 7 8
declare const _default: { tabs: { create: ({ url }: { url: string; }) => Window | null; }; }; export default _default;