export declare type CyNodeCollection = Array<any>;
export declare const get: (selector: any) => any[];
export declare const getByCy: (selector: string) => any[];
export declare const getByText: (text: string, node?: HTMLElement) => any;
