import { Request, Response } from 'express';
export declare class ProfilingController {
    getHeap(req: Request, res: Response): Promise<any>;
    getProfile(req: Request, res: Response): Promise<any>;
}
