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