/** * Get the dirname of the Lambda Live Debugger NPM module * @returns */ export declare function getModuleDirname(): string; /** * Get the dirname of the project * @returns */ export declare function getProjectDirname(): string;