/** * Scaffold a native-binary IFC processing server with TypeScript client examples. * No Docker required -- the server binary is downloaded and run via npm scripts. */ export declare function createServerNativeTemplate(targetDir: string, projectName: string): void;