/** * Checks if `string` ends with the given target string. */ export declare function endsWith(string: string, target: string): boolean; //# sourceMappingURL=string.d.ts.map