import * as ko from 'knockout'; export declare function deserializeArray(model: any, creator: (item: any) => any): ko.ObservableArray;