export declare namespace dstring { function isSubstring(a: string, b: string): boolean; }