export declare function stripQueryParams(url: string, params: string[]): string; export declare const isDebugModeMiddleware: (_req: any, res: any, next: any) => void; export declare const isDebugModeMiddlewareLow: (_req: any, res: any, next: any) => void; export declare const isDebugModeMiddlewareMedium: (_req: any, res: any, next: any) => void; export declare const isDebugModeMiddlewareHigh: (_req: any, res: any, next: any) => void; export declare const isDebugModeMiddlewareMultiSig: (_req: any, res: any, next: any) => void; export declare const isDebugModeMiddlewareMultiSigHigh: (_req: any, res: any, next: any) => void; export declare const isDebugModeMiddlewareMultiSigMedium: (_req: any, res: any, next: any) => void; export declare const isDebugModeMiddlewareMultiSigLow: (_req: any, res: any, next: any) => void;