/** * Validates that a resource ID is a well-formed UUID. * Prevents client-side path traversal when IDs are interpolated into URLs. */ export declare function assertResourceId(id: string | number): void; //# sourceMappingURL=assertResourceId.d.ts.map