interface Options {
    readonly key: string;
    readonly lrs_id: string;
}
export default Options;
