export default function extract(data: Uint8Array): Array<{ name: string; data: Uint8Array }>;