/** The type of stand hour. ℹ️ This enum is non-exhaustive. */ export declare const ClientFacingStandHourSampleType: { readonly Stood: "stood"; readonly Idle: "idle"; }; export type ClientFacingStandHourSampleType = (typeof ClientFacingStandHourSampleType)[keyof typeof ClientFacingStandHourSampleType];