import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as operations from "../models/operations/index.js"; export declare class CustomMappings extends ClientSDK { /** * List custom mappings * * @remarks * This endpoint returns a list of custom mappings. */ list(request: operations.VaultCustomMappingsAllRequest, options?: RequestOptions): Promise; } //# sourceMappingURL=custommappings.d.ts.map