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