importtype { GitlabJobDef } from"../../types";
/**
* Sorts the properties of a GitLab job definition based on the desired order.
*
* This is only useful when generating a GitLab pipeline YAML file.
*/exportdeclareconstsortGitLabJobDefProps: (jobDef: GitlabJobDef) =>GitlabJobDef;