import { INestApplication } from '@nestjs/common';
export declare function getGlobalPrefix(app: INestApplication): string;
