/** * Copyright (c) Microsoft. All rights reserved. */ export declare const isCharacterCjk: (c: string) => boolean;