declare const _default: ({ strapi }: {
    strapi: any;
}) => {
    getConfig(key?: string): any;
};
export default _default;
