import * as ts from 'typescript'; /** Name of the sbb-angular module specifiers. */ export declare const sbbAngularModuleSpecifiers: string[]; /** Whether the specified node is part of an SBB Angular or CDK import declaration. */ export declare function isSbbAngularImportDeclaration(node: ts.Node): boolean; /** Whether the specified node is part of an SBB Angular or CDK import declaration. */ export declare function isSbbAngularExportDeclaration(node: ts.Node): boolean;