import { type Tree } from '@nx/devkit';
export declare const REMIX_PROPERTY_MAPPINGS: {
sourcemap: string;
devServerPort: string;
command: string;
manual: string;
tlsKey: string;
tlsCert: string;
};
export declare function getConfigFilePath(tree: Tree, root: string): string;