import { Format } from "../constants";
export declare class FormatUtil {
    static fromString(str: string, format: Format): string;
}
