export declare type TransferHeader = { date: any; note: string; to_shop: { applicationId: string; projectId: string; name: string; }; };