import { SocketIOMiddleware } from '..';
/** Check */
export declare class Check {
    /**
     * Check if the client has request the connection with valid credentials
     * @returns
     */
    static handler(): SocketIOMiddleware;
}
//# sourceMappingURL=check.d.ts.map