/** Checks for @dynatrace-scoped labs dependencies in the package.json file */
export declare function showLabDependencyWarning(root: string): Promise<void>;
