export interface ModelKeyQuerystring {
    id: number;
    tenantId: number;
}
export declare const ModelKeyQuerystringSchema: object;
