import { SftpPayload } from '~backend/mall-integration/mall-integration.interface'; export declare function write(payload: SftpPayload): Promise;