import { IUnleashConfig } from '../option';
export declare const frontendSettingsKey = "unleash.frontend";
export declare type FrontendSettings = Pick<IUnleashConfig, 'frontendApiOrigins'>;
