import { ThriftDocument } from './types';
export declare function organize(raw: ThriftDocument): ThriftDocument;
