import type { ListHTMLMetaDataQueryParams } from "../../../storefront-api/src/__api/queries/listHTMLMetaData";
import { APIResponse } from "../../../storefront-api-client/src";
import { IkasHTMLMetaData } from "../../../storefront-models/src";
export declare function apiListHTMLMetaData(params: ListHTMLMetaDataQueryParams): Promise>;