import { IFootprintsV6File } from './contracts'; /** * Checks if a footprints packet has any data (non-empty methods or branches) * @param packet The footprints packet to check * @returns true if the packet has data, false otherwise */ export declare function hasFootprintsData(packet: IFootprintsV6File | null | undefined): boolean;