import { Result } from '../model/Result'; export declare const appendListWithoutDuplication: (resultsFirst: T[], resultsSecond: T[]) => T[];