export { sliced }; /** * Show only N first and last digits of long key string. */ declare function sliced(s: string, n?: number): string;