export declare const extractLast: (str: string, symb: string) => [string, string]; export declare const shuffleArray: (arr: T[]) => T[];