/**
 * Expand a selection like the browser does when pressing Ctrl+A.
 */
export declare function selectAll(target: Element): void;
export declare function isAllSelected(target: Element): boolean;
