import { DateTime } from "./datetime";
export declare function format(datetime: DateTime, pattern: string): string;
