export declare type PrimaryKey = string | number | (string | number)[]; export default PrimaryKey;