/**
 * Get the full path of the lib source folder independent of how the app was run or the module was imported
 */
export declare function getLibSrcDir(): string;
