export type StructFormatResult = string | number | Uint8Array;
export declare function structFormatUnpack(format: string, data: Uint8Array, offset?: number): StructFormatResult[];
export declare function arraysEq<T>(a: ArrayLike<T>, b: ArrayLike<T>): boolean;
export declare function splitExt(name: string): [string, string];
export declare function splitExt83(name: string): [string, string];
export declare function name83toNormal(_name: string): string;
export declare function namesEqual(normalName: string, name83: string): boolean;
export declare function nameNormalTo83(normalName: string): string;
//# sourceMappingURL=utils.d.ts.map