export declare function sample<T = any>(inputArray: T[]): T;
export declare function samples<T = any>(inputArray: T[], count: number): T[];
