import type { IUnleashConfig } from '../option.js';
export declare const frontendSettingsKey = "unleash.frontend";
export type FrontendSettings = Pick<IUnleashConfig, 'frontendApiOrigins'>;
//# sourceMappingURL=frontend-settings.d.ts.map