/****************************************************************** * Copyright (C) 2020 LvChengbin * * File: parser/index.ts * Author: LvChengbin * Time: 06/02/2020 * Description: ******************************************************************/ declare const _default: { code: { interpolate: (tpl: string, options: import("./code").ParseCodeTokenOptions) => { invocation: string; imports: string[]; }; token: (token: import("marked").marked.Tokens.Code, options: import("./code").ParseCodeTokenOptions) => { imports: string[]; token: import("marked").marked.Tokens.Code & { invocation: string; }; }; }; }; export default _default;