import { Uint8ArrayList } from 'uint8arraylist'; import { type SupportedEncodings } from 'uint8arrays/to-string'; import type { TarEntryHeader } from './index.js'; export declare function decodeLongPath(buf: Uint8ArrayList | Uint8Array, encoding?: SupportedEncodings): string; export declare function decodePax(buf: Uint8ArrayList | Uint8Array, encoding?: SupportedEncodings): Record; export declare function decode(buf: Uint8ArrayList | Uint8Array, filenameEncoding?: SupportedEncodings): TarEntryHeader | null; //# sourceMappingURL=extract-headers.d.ts.map