import { Options, ListingProps } from "./types"; export declare function transform(input: Partial & { string: string; }, options?: Partial): string;