import { Request } from "express";
export declare const getIp: (req: Request) => string;
export declare const getTimestamp: () => number;
export declare const isFunction: (object: any) => boolean;
