import { CwdParams, LskrcConfig } from './types.mjs'; declare const getLskConfig: (options?: CwdParams) => LskrcConfig; export { getLskConfig };