import { ts } from '@servicenow/sdk-project'; export declare function createModuleDeclarationBlock(identifier: string, statements: ts.ts.Statement[], flags?: ts.ts.NodeFlags, modifier?: ts.ts.ModifierLike[]): ts.ts.ModuleDeclaration; export declare function createGlobalNowInternalModuleDeclaration(statements: ts.ts.Statement[]): ts.ts.ModuleDeclaration; export declare function printElementsToSourceFile(nodes: ts.ts.Node[], sourceFileName: string): string;