export interface NestHybridApplicationOptions {
    inheritAppConfig?: boolean;
}
