import { SearchRange } from "./SearchRange"; export declare class CommonSearchParameter { constructor(orderId: string); orderId: string; orderStatus: string[]; command: string[]; mstatus: string[]; txnDatetime: SearchRange; masterNames: SearchRange; }