export declare type _chinesePY = { makeFirstPY: (str: string, options: { ignoreMulti?: boolean; splitChar?: string; }) => string; };