export const whip = 'https://remotion.media/whip.wav' as const;
export const whoosh = 'https://remotion.media/whoosh.wav' as const;
export const pageTurn = 'https://remotion.media/page-turn.wav' as const;
export const uiSwitch = 'https://remotion.media/switch.wav' as const;
export const mouseClick = 'https://remotion.media/mouse-click.wav' as const;
export const shutterModern =
	'https://remotion.media/shutter-modern.wav' as const;
export const shutterOld = 'https://remotion.media/shutter-old.wav' as const;
export const ding = 'https://remotion.media/ding.wav' as const;
export const bruh = 'https://remotion.media/bruh.wav' as const;
export const vineBoom = 'https://remotion.media/vine-boom.wav' as const;
export const windowsXpError =
	'https://remotion.media/windows-xp-error.wav' as const;
