export declare class GatewayFileResponse { Content: string | undefined; FileName?: string; IsCompressed?: boolean; Path?: string; } //# sourceMappingURL=gateway-file-response.d.ts.map