export declare class GetPushBillDataRequest { constructor(params: Partial); /** * 单据数据缓存key */ cacheKey: string; }