import { RequestAuthentication } from '../dto'; export declare function withAuth(requestAuthentication: RequestAuthentication): (...args: any[]) => void;