interface GetOptions {
    json?: boolean;
    full?: boolean;
}
export declare function getReminderCmd(reminderId: string, options: GetOptions): Promise<void>;
export {};
//# sourceMappingURL=get.d.ts.map