import type { StructImpl } from "../types/struct-impl.js"; import type { StructToken } from "../types/struct-descriptor.js"; export declare function attachStructStatics>(structToken: StructToken, definition: TImpl): void;