import { Strand } from "./types"; export declare const invert: (transformation: Strand) => Strand;