export declare class PushBillForOpenData { /** * 目的单contextPath */ contextPath: string; /** * 目的单url */ editUrl: string; /** * 推数据缓存key */ cacheKey: string; }