export declare function format(value: unknown, sibling: unknown, options?: import("./FormatOptions").FormatOptions): string;
