import type { StringOp } from './types'; export declare const apply: (str: string, op: StringOp) => string;