import { OperatorFunction } from 'rxjs'; export declare function endsWith(character: string, length?: number): OperatorFunction;