declare type OperationType = 'cmd' | 'interface'; export declare function handelPath(params: string): string; export interface Opts { cwd: string; type: OperationType; } export {}; //# sourceMappingURL=index.d.ts.map