import { Example, PlaygroundData } from "../../types"; /** * @param baseURL * @param example$ * @param examplePath */ export declare function generatePlaygroundData(baseURL: string, example$: Example["$"], examplePath: Example["path"]): Promise; //# sourceMappingURL=data.d.ts.map