export declare class GlideExtensionPoint { /** * Returns the value of the specified attribute for this extension point. * @param name The attribute name. */ getAttribute(name: string): string; }