export declare const extractJp2Size: (stream: import("../utils/streamParser").StreamParser) => AsyncGenerator<{
    height: number;
    width: number;
}, void, void>;
//# sourceMappingURL=jp2.d.ts.map