import * as reflect from 'jsii-reflect'; import { ResourceReflection } from './resource'; import { Linter } from '../linter'; export declare const importsLinter: Linter; declare class ImportsReflection { readonly resource: ResourceReflection; readonly fromMethods: reflect.Method[]; readonly prefix: string; readonly fromAttributesMethodName: string; readonly fromAttributesMethod?: reflect.Method; readonly attributesStructName: string; readonly attributesStruct?: reflect.InterfaceType; constructor(resource: ResourceReflection); } export {};