import { KeyPair } from "zek"; export declare class KeyPairCategory extends KeyPair { categoryId: number; } export declare class KeyPairCode extends KeyPair { code?: string | null; }