import type { IwaData } from '../types';
/**
 * Parse IWA protobuf data
 *
 * @see https://github.com/obriensp/iWorkFileFormat/blob/master/Docs/index.md#protobuf
 */
export declare const parseIwaProtobuf: (data: Buffer) => IwaData;
