import type * as t from '@babel/types'; /** * Assigns a display name string to the identifier. * * @param identifier * @param displayName * @returns */ export declare const buildDisplayName: (identifier: string, displayName?: string) => t.Node;