import { Key } from '../types';
export declare const serialize: (key: Key) => [string, any[], string];
