/** * Compatibility Layer for Node.js 0.8+ * Local to this package - contains only needed functions. */ export declare function homedir(): string; export declare function stringStartsWith(str: string, search: string, position?: number): boolean; export declare function stringEndsWith(str: string, search: string, position?: number): boolean;