export declare class PublicApiConfig {
    disabled: boolean;
    path: string;
    swaggerUiDisabled: boolean;
}
