export default function detectPrivateKey(dirPath: string): { status: boolean; list: (string | undefined)[]; }; export { detectPrivateKey }; //# sourceMappingURL=detectPrivateKey.d.ts.map