import { StrapiContext, PathValue } from '../@types'; import { CommentsPluginConfig } from '../config'; export declare const getConfig: (strapi: StrapiContext['strapi'], path: T, defaultValue: PathValue) => Promise;