import { DynamicModule } from '../interfaces';
export declare const normalizePath: (path?: string) => string;
export declare function isDynamicModule(module: any): module is DynamicModule;
