export declare type CreateTrack = { name: string; distance: number; };