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