import { DeukPackType } from '../../types/DeukPackTypes'; export declare class RustTypeHelper { static toRustType(type: DeukPackType): string; static toSnakeCase(name: string): string; static toPascalCase(name: string): string; } //# sourceMappingURL=RustTypeHelper.d.ts.map