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

export = randomId;
