import type { YamlConfig } from '@graphql-mesh/types'; export declare function resolvePlaygroundConfig(playground: YamlConfig.ServeConfig['playground'], defaultEnabled?: boolean): { enabled: boolean; offline: boolean; };