export declare class CustomTest {
    ID: string;
    DefaultState: string;
    Override: string;
}
