import { StringValueConfig } from "../models/config/string-value-config"; export declare function endsWith(config: StringValueConfig): (target: Object, propertyKey: string, parameterIndex?: any) => void; export declare function endsWithAsync(config?: StringValueConfig): (target: Object, propertyKey: string, parameterIndex?: any) => void;