export declare class InstrumentRailDTO {
    readonly id: string;
    readonly product: string;
}
