export declare const database_file: string;
export declare const checkIp: (
  ip: string | undefined,
  path_file: string
) => void;
