import { Hooks } from "../agent/hooks/Hooks"; import { Wrapper } from "../agent/Wrapper"; export declare class MySQL2 implements Wrapper { private readonly dialect; private resolvePlaceholder; private findParams; private getSQLStringFromArgs; private inspectQuery; private getPrototypeToInstrument; private getConnectionFunctionInstructions; private getPoolFunctionInstructions; private printOutdatedWarningIfNeeded; wrap(hooks: Hooks): void; }