import { ListViewCommand } from './control-list-view';
export declare function ControlListViewByHandle(windowHandle: bigint, controlHandle: bigint, command: ListViewCommand, option1?: string, option2?: string, characterCount?: number): string;
