export declare const dirname: (v: string) => string; export declare const pkgPath: (v: string) => string; export declare const fileContent: (v: string) => string; export declare const getVersion: (v: { version: string; }) => string; export declare const version: (v: string) => string;