export interface PushFileOutcome { action: string; storageError?: unknown; fileId?: string; reason?: string; fileData?: unknown; } export declare function shouldPersistLocalSyncState(result: PushFileOutcome): boolean; //# sourceMappingURL=push-outcome.d.ts.map