/**
 * @publicApi
 */
export interface NestHybridApplicationOptions {
    inheritAppConfig?: boolean;
}
