import { CustomerParams } from '../index'; export interface PassCustomerExecConfig { /** * 目标container组件的key */ model: string; /** * 写入的值 */ assign: Object | string; } export declare function passCustomer(config: PassCustomerExecConfig, params: CustomerParams): boolean;