export declare const startsWith: (source: any[] | string, val: any[] | string) => boolean;