// @declaration: true export type Bar = () => [X, Y, Z]; export type Baz = Bar; export type Baa = Baz; export const y = (x: Baa) => 1