export declare class SkyLinkRecordsSelectedSetSelectedAction { key: string; fieldKey: string; selected: boolean; constructor(key: string, fieldKey: string, selected: boolean); }