export declare class SkyLinkRecordsMatchesSetStatusAction { key: string; status: string; constructor(key: string, status: string); }