declare global { function createPlayground(element: Element, { query, endpoint }: { readonly query: string; readonly endpoint: string; }): void; } declare const createPlayground: (element: Element, { query, endpoint }: { readonly query: string; readonly endpoint: string; }) => void; export { createPlayground };