/**
 * @author WMXPY
 * @namespace Parse_Emit
 * @description Source And Declaration
 */
export declare const emitTypeScriptDeclaration: (sourceCode: string) => Promise<string>;
