import { ConfigSchema } from '@backstage/config-loader'; /** * Loads the config schema that is embedded in the frontend build. * * @public */ export declare function loadCompiledConfigSchema(appDistDir: string): Promise;