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