import { ServerTracker } from './types'; export default function createFacebookTracker(config?: { pixelId: string; token: string; }): ServerTracker;