/** Kitten command-line interface (CLI): status command. Display Kitten systemd service status. Copyright ⓒ 2022-present, Aral Balkan Small Technology Foundation License: AGPL version 3.0. */ /** Display error in console and reject promise. */ export declare function rejectWithError(message: string, reject: (reason?: any) => void): void; export default function status(_options?: object): Promise;