/** * This is the description with another line * * ``` * const test = require('./test'); * * test(); // => nothing * ``` */ export declare function test(): void;