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