export declare function completeParams<T>(params: T, omsId: number): T & {
    OMSId: number;
};
