import { Guid } from "@ef-carbon/primitive"; import { IMutable, IOptions, IStatic } from "./IRandom"; import Type from "./Type"; export { IOptions }; export declare class LinkRandom implements IMutable { readonly type: Type.Random; ids: Array; redirect: Guid | undefined; constructor({ ids: selection, groups, redirect }: IOptions); } export { LinkRandom as Random }; export declare const klass: IStatic; export default LinkRandom;