/** * Filters the options object from the arguments and returns it. * * @param arg1 Maybe the options object. * @param arg2 Maybe the options object. * * @returns The options object. */ export declare function getOptions>(arg1?: TName | TName[] | TOptions, arg2?: TOptions): Partial;