import { type JsonApiParameterOut, type JsonApiParameterOutWithLinks, type JsonApiUserIdentifierOutWithLinks } from "@gooddata/api-client-tiger"; import { type IParameterMetadataObject } from "@gooddata/sdk-model"; export declare function convertParameter(parameter: JsonApiParameterOut | JsonApiParameterOutWithLinks, included?: JsonApiUserIdentifierOutWithLinks[]): IParameterMetadataObject; //# sourceMappingURL=ParameterConverter.d.ts.map