import type { Request } from 'express';
export declare const getDeviceID: (request: Request) => {
    device: string;
    ip: string;
};
export default getDeviceID;
