export const value = 42;
export type Value = typeof value;
