export declare function splitTrailingAuthProfile(raw: string): {
    model: string;
    profile?: string;
};
