import type { StixPaginationHeaders } from '../types/stix.js'; export declare function isStixContentType(contentType: string | null | undefined): boolean; export declare function parseStixPaginationHeaders(headers: Record): StixPaginationHeaders; //# sourceMappingURL=stix.d.ts.map