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