import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as components from "../models/components/index.js"; import * as operations from "../models/operations/index.js"; export declare class Schemas extends ClientSDK { /** * List Destination Type Schemas * * @remarks * Returns a list of JSON-based input schemas for each available destination type. */ listDestinationTypes(options?: RequestOptions): Promise>; /** * Get Destination Type Schema * * @remarks * Returns the input schema for a specific destination type. */ getDestinationType(type: operations.GetDestinationTypeSchemaType, options?: RequestOptions): Promise; } //# sourceMappingURL=schemas.d.ts.map