import { Schema } from '../types/Schemas.js'; export declare function getResolvedPath(dest?: string, name?: string): string; export declare function writeSchemaToDisk(schema: Schema, dest?: string): Promise; export declare function downloadSchemas(accountId: number, dest?: string): Promise>; export declare function downloadSchema(accountId: number, schemaObjectType: string, dest?: string): Promise;