import { AlterHook } from "../domain/AlterHook.js"; import { PlatformContext } from "@tsed/platform-http"; export declare class AlterSkip implements AlterHook { baseUrl: string; whiteList: string[]; transform(value: any, ctx: PlatformContext): any; }