declare function _registerText(): void; declare namespace _registerText { var __loaded: boolean; } export declare const registerText: typeof _registerText; export {};