export declare class SdtfFileUtils {
    toAbsolutePath(relativePath: string): string;
    readFile(absolutePath: string): Promise<ArrayBuffer>;
}
//# sourceMappingURL=SdtfFileUtils.d.ts.map