declare type A = string;
declare const a: () => A;
export default a;
