export type KeyDetails = {
    name: string;
    path?: string;
};
//# sourceMappingURL=type.d.ts.map