/* Copyright IBM Corp. 2018 */ import { SiteBootstrapDirective } from './site.bootstrap.directive'; export declare function SiteBootstrap(aDirective?: SiteBootstrapDirective): (target: any, propertyKey: string) => void;