export declare const isDirectoryExists: (dir: string) => boolean; export declare const readJSON: (dir: string) => Record | false; export declare const currentTimestamp: () => string; export declare const pluck: , ReturnType = string | number>(arrayOfObject: ObjectType[], objectKey: keyof ObjectType) => Array;