export declare type IStandardListArgv = { filter?: string; limit?: number; pageSize?: number; sortBy?: string; uri?: boolean; };