export declare const SUPERVISOR_SHUTDOWN_ROUTE = "/__supervisor-ipc/v1/shutdown"; export interface SupervisorShutdownIdentity { larkAppId: string; bootInstanceId: string; processStartIdentity: string; } export interface SupervisorShutdownRequest extends SupervisorShutdownIdentity { } export declare function isExactSupervisorShutdownRequest(identity: SupervisorShutdownIdentity, value: unknown): value is SupervisorShutdownRequest; //# sourceMappingURL=supervisor-shutdown-ipc.d.ts.map