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