import { ApiJson } from '@arcgis/api-extractor/apiJson'; /** * Providing api.json to Storybook. * See https://github.com/storybookjs/storybook/tree/next/code/addons/docs/web-components */ export declare function createStorybookApiJsonSetter(manifest: ApiJson): string;