export function _mssql_PreparedStatement_prototype_prepare({ input }: { input: string; }, { safe, noop }?: { safe?: boolean; noop?: boolean; }): Promise; export function _mssql_Request_prototype_batch({ input }: { input: string; }, { safe, noop }?: { safe?: boolean; noop?: boolean; }): Promise; export function _mssql_Request_prototype_query({ input }: { input: string; }, { safe, noop }?: { safe?: boolean; noop?: boolean; }): Promise;