export type AstOptions = { project: string; entityFQN?: string; }; export default function (options: AstOptions): Promise;