/** * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */declaretypePragmas=Record<string,string|Array<string>>;exportdeclarefunctionextract(contents:string):string;exportdeclarefunctionstrip(contents:string):string;exportdeclarefunctionparse(docblock:string):Pragmas;exportdeclarefunctionparseWithComments(docblock:string):{comments:string;pragmas:Pragmas;};exportdeclarefunctionprint({comments,pragmas,}:{comments?:string;pragmas?:Pragmas;}):string;export{};//# sourceMappingURL=index.d.ts.map