export declare const hello: () => string;
export declare const inject: (input: string, ...args: any[]) => string;
