export declare function completeParamsArray<T>(paramsArray: T[], omsId: number): (T & {
    OMSId: number;
})[];
