export interface GatherResult { readonly result: any; readonly pruned: boolean; } export declare const GatherResult: (result: any, pruned: boolean) => GatherResult; //# sourceMappingURL=GatherResult.d.ts.map