export declare function lcstr(text1: string, text2: string): string;
export declare function lcstropt(text1: string, text2: string): string;
