export type PKVideoDimensionsObject = {
  videoHeight: number,
  videoWidth: number
};
