import { UserInfo } from "../interfaces/types"; export declare const useFbDataLayer: (userInfo?: UserInfo | null) => void;