declare function randomId(size?: number, symbols?: string): string; export default randomId;