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