import { HubSpotPromise } from '../types/Http.js'; export declare function createSchemaFromHubFile(accountId: number, filepath: string): HubSpotPromise; export declare function updateSchemaFromHubFile(accountId: number, filepath: string): HubSpotPromise; export declare function fetchHubFileSchema(accountId: number, objectName: string, path: string): HubSpotPromise;