export declare const command = "schema-status"; export declare const desc = "Show source & timestamp of local schema"; import { Context } from '../'; export declare function handler(context: Context): Promise;