/** * current_time => Current time * @param prop : string which is humanized * @param separator : to split the prop string */ export declare const propToString: (prop: string, separator?: string) => string;