import { DualCharInfo } from "./public-api";
export declare class DualCharTable {
    static load(str: string): DualCharInfo | null;
}
