import { CommonType } from '../types'; /** * * @param options * @returns */ export declare const getCommonParams: (options?: Record) => { common: CommonType; other: { [x: string]: any; }; };