export declare const isUnsupportedEphemeralNodeOperation: (operation: unknown) => operation is string; export declare const unsupportedEphemeralNodeOperationMessage: (operation: string) => string;