import { BaserowClient } from "./baserow-client"; /** * Operations for managing Baserow secure files. */ export declare class SecureFileOperations { private client; constructor(client: BaserowClient); }