/// <reference types="node" />
export default function endsWith(input: string | Buffer, string: string): boolean;
