import { CreatorInterface } from '../creators/creator.interface';
export declare class FITCreatorMapper {
    static getCreatorFromFitDataObject(fitDataObject: any): CreatorInterface;
    private static formatDeviceName;
    private static toStartCase;
}
