declare const _default: { tabs: { create: ({ url }: { url: string; }) => Window | null; }; }; export default _default;