declare namespace _default {
    export { api };
}
export default _default;
declare namespace api {
    export function getFrame(string: any): any[];
    export function utf16to8(str: any): string;
    export function draw(str: any, ctx: any, startX: any, startY: any, cavW: any, cavH: any, bg: any, color: any, $this: any, ecc: any): void;
}
