/** Validation for shell identifiers. */ /** * Validate a shell ID. * Must start with alphanumeric, contain only alphanumeric, _ or -, max 128 chars. * @throws Error if invalid. */ export declare function validateShellId(shellId: string): void; //# sourceMappingURL=validation.d.ts.map